Skip to content

Commit 24eea03

Browse files
Bump the minor-patch group with 2 updates (#966)
Bumps the minor-patch group with 2 updates: [fastapi](https://github.com/tiangolo/fastapi) and [ruff](https://github.com/astral-sh/ruff). Updates `fastapi` from 0.110.1 to 0.110.2 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.110.1...0.110.2) Updates `ruff` from 0.3.7 to 0.4.1 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.3.7...v0.4.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor 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 76ea619 commit 24eea03

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

poetry.lock

Lines changed: 22 additions & 22 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.13"
10-
fastapi = "^0.110.1"
10+
fastapi = "^0.110.2"
1111
pydantic = {version = "^2.7.0", extras = ["email"]}
1212
uvicorn = {extras = ["standard"], version = "^0.29.0"}
1313
atlassian-python-api = "^3.41.11"
@@ -35,7 +35,7 @@ responses = "^0.25.0"
3535
httpx = "^0.27.0"
3636
factory-boy = "^3.3.0"
3737
pytest-factoryboy = "^2.7.0"
38-
ruff = "^0.3.7"
38+
ruff = "^0.4.1"
3939
pytest-mock = "^3.14.0"
4040
pytest-asyncio = "^0.23.6"
4141

0 commit comments

Comments
 (0)