Skip to content

Commit 6153d00

Browse files
Bump the minor-patch group with 3 updates (#1216)
Bumps the minor-patch group with 3 updates: [fastapi](https://github.com/fastapi/fastapi), [sentry-sdk](https://github.com/getsentry/sentry-python) and [ruff](https://github.com/astral-sh/ruff). Updates `fastapi` from 0.119.0 to 0.120.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.119.0...0.120.0) Updates `sentry-sdk` from 2.42.0 to 2.42.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.42.0...2.42.1) Updates `ruff` from 0.14.1 to 0.14.2 - [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.14.1...0.14.2) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.120.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: sentry-sdk dependency-version: 2.42.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: ruff dependency-version: 0.14.2 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 e902e22 commit 6153d00

File tree

2 files changed

+43
-30
lines changed

2 files changed

+43
-30
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ license = "MPL"
77

88
[tool.poetry.dependencies]
99
python = ">=3.12, <3.15"
10-
fastapi = "^0.119.0"
10+
fastapi = "^0.120.0"
1111
pydantic = {version = "^2.12.3", extras = ["email"]}
1212
uvicorn = {extras = ["standard"], version = "^0.38.0"}
1313
atlassian-python-api = "^4.0.7"
1414
dockerflow = {extras = ["fastapi"], version = "2024.4.2"}
1515
Jinja2 = "^3.1.6"
16-
sentry-sdk = {extras = ["fastapi"], version = "^2.42.0"}
16+
sentry-sdk = {extras = ["fastapi"], version = "^2.42.1"}
1717
pydantic-yaml = "^1.6.0"
1818
backoff = "^2.2.1"
1919
statsd = "^4.0.1"
@@ -36,7 +36,7 @@ responses = "^0.25.8"
3636
httpx = "^0.28.1"
3737
factory-boy = "^3.3.3"
3838
pytest-factoryboy = "^2.8.1"
39-
ruff = "^0.14.1"
39+
ruff = "^0.14.2"
4040
pytest-mock = "^3.15.1"
4141
pytest-asyncio = "^1.2.0"
4242

0 commit comments

Comments
 (0)