Skip to content

Commit ffb25ee

Browse files
Bump the minor-patch group with 4 updates (#1110)
Bumps the minor-patch group with 4 updates: [sentry-sdk](https://github.com/getsentry/sentry-python), [pydantic-settings](https://github.com/pydantic/pydantic-settings), [bandit](https://github.com/PyCQA/bandit) and [ruff](https://github.com/astral-sh/ruff). Updates `sentry-sdk` from 2.21.0 to 2.22.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@2.21.0...2.22.0) Updates `pydantic-settings` from 2.7.1 to 2.8.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.7.1...v2.8.0) Updates `bandit` from 1.8.2 to 1.8.3 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](PyCQA/bandit@1.8.2...1.8.3) Updates `ruff` from 0.9.6 to 0.9.7 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.9.6...0.9.7) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: bandit dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3dc14cf commit ffb25ee

File tree

2 files changed

+34
-33
lines changed

2 files changed

+34
-33
lines changed

poetry.lock

Lines changed: 30 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ uvicorn = {extras = ["standard"], version = "^0.34.0"}
1313
atlassian-python-api = "^3.41.19"
1414
dockerflow = {extras = ["fastapi"], version = "2024.4.2"}
1515
Jinja2 = "^3.1.5"
16-
sentry-sdk = {extras = ["fastapi"], version = "^2.21.0"}
16+
sentry-sdk = {extras = ["fastapi"], version = "^2.22.0"}
1717
pydantic-yaml = "^1.4.0"
1818
backoff = "^2.2.1"
1919
statsd = "^4.0.1"
2020
requests = "^2.32.3"
21-
pydantic-settings = "^2.7.1"
21+
pydantic-settings = "^2.8.0"
2222
pypandoc = "^1.15"
2323

2424
[tool.poetry.group.dev.dependencies]
@@ -27,7 +27,7 @@ pre-commit = "^4.1.0"
2727
coverage = {extras = ["toml"], version = "^7.6"}
2828
mypy = "^1.15"
2929
detect-secrets = "^1.5.0"
30-
bandit = "^1.8.2"
30+
bandit = "^1.8.3"
3131
pytest = "^8.3.4"
3232
yamllint = "^1.35.1"
3333
pytest-dotenv = "^0.5.2"
@@ -36,7 +36,7 @@ responses = "^0.25.6"
3636
httpx = "^0.28.1"
3737
factory-boy = "^3.3.3"
3838
pytest-factoryboy = "^2.7.0"
39-
ruff = "^0.9.6"
39+
ruff = "^0.9.7"
4040
pytest-mock = "^3.14.0"
4141
pytest-asyncio = "^0.25.3"
4242

0 commit comments

Comments
 (0)