Skip to content

Commit ba9a064

Browse files
Bump the minor-patch group with 4 updates (#1129)
Bumps the minor-patch group with 4 updates: [uvicorn](https://github.com/encode/uvicorn), [sentry-sdk](https://github.com/getsentry/sentry-python), [pydantic-settings](https://github.com/pydantic/pydantic-settings) and [ruff](https://github.com/astral-sh/ruff). Updates `uvicorn` from 0.34.1 to 0.34.2 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md) - [Commits](encode/uvicorn@0.34.1...0.34.2) Updates `sentry-sdk` from 2.25.1 to 2.26.1 - [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.25.1...2.26.1) Updates `pydantic-settings` from 2.8.1 to 2.9.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.8.1...v2.9.1) Updates `ruff` from 0.11.5 to 0.11.6 - [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.11.5...0.11.6) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.34.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: sentry-sdk dependency-version: 2.26.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: pydantic-settings dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: ruff dependency-version: 0.11.6 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 ddb33b9 commit ba9a064

File tree

2 files changed

+37
-34
lines changed

2 files changed

+37
-34
lines changed

poetry.lock

+33-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ license = "MPL"
99
python = ">=3.12, <3.14"
1010
fastapi = "^0.115.12"
1111
pydantic = {version = "^2.11.3", extras = ["email"]}
12-
uvicorn = {extras = ["standard"], version = "^0.34.1"}
12+
uvicorn = {extras = ["standard"], version = "^0.34.2"}
1313
atlassian-python-api = "^3.41.21"
1414
dockerflow = {extras = ["fastapi"], version = "2024.4.2"}
1515
Jinja2 = "^3.1.6"
16-
sentry-sdk = {extras = ["fastapi"], version = "^2.25.1"}
16+
sentry-sdk = {extras = ["fastapi"], version = "^2.26.1"}
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.8.1"
21+
pydantic-settings = "^2.9.1"
2222
pypandoc = "^1.15"
2323

2424
[tool.poetry.group.dev.dependencies]
@@ -36,7 +36,7 @@ responses = "^0.25.7"
3636
httpx = "^0.28.1"
3737
factory-boy = "^3.3.3"
3838
pytest-factoryboy = "^2.7.0"
39-
ruff = "^0.11.5"
39+
ruff = "^0.11.6"
4040
pytest-mock = "^3.14.0"
4141
pytest-asyncio = "^0.26.0"
4242

0 commit comments

Comments
 (0)