Skip to content

Commit 8639ec3

Browse files
Bump the minor-patch group with 2 updates (#1163)
Bumps the minor-patch group with 2 updates: [fastapi](https://github.com/fastapi/fastapi) and [ruff](https://github.com/astral-sh/ruff). Updates `fastapi` from 0.115.14 to 0.116.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.14...0.116.1) Updates `ruff` from 0.12.2 to 0.12.3 - [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.12.2...0.12.3) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.116.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: ruff dependency-version: 0.12.3 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 3532d74 commit 8639ec3

File tree

2 files changed

+29
-28
lines changed

2 files changed

+29
-28
lines changed

poetry.lock

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

pyproject.toml

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

88
[tool.poetry.dependencies]
99
python = ">=3.12, <3.14"
10-
fastapi = "^0.115.14"
10+
fastapi = "^0.116.1"
1111
pydantic = {version = "^2.11.7", extras = ["email"]}
1212
uvicorn = {extras = ["standard"], version = "^0.35.0"}
1313
atlassian-python-api = "^4.0.4"
@@ -36,7 +36,7 @@ responses = "^0.25.7"
3636
httpx = "^0.28.1"
3737
factory-boy = "^3.3.3"
3838
pytest-factoryboy = "^2.8.1"
39-
ruff = "^0.12.2"
39+
ruff = "^0.12.3"
4040
pytest-mock = "^3.14.1"
4141
pytest-asyncio = "^1.0.0"
4242

0 commit comments

Comments
 (0)