Skip to content

Commit 91048f8

Browse files
dependabot[bot]davehunt
authored andcommitted
Bump the minor-patch group with 3 updates (mozilla#1068)
Bumps the minor-patch group with 3 updates: [fastapi](https://github.com/fastapi/fastapi), [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff). Updates `fastapi` from 0.115.2 to 0.115.4 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.2...0.115.4) Updates `mypy` from 1.12.1 to 1.13.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.12.1...v1.13.0) Updates `ruff` from 0.7.0 to 0.7.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@0.7.0...0.7.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor 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 91141c8 commit 91048f8

File tree

2 files changed

+61
-60
lines changed

2 files changed

+61
-60
lines changed

poetry.lock

Lines changed: 58 additions & 57 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,7 +7,7 @@ license = "MPL"
77

88
[tool.poetry.dependencies]
99
python = ">=3.12, <3.13"
10-
fastapi = "^0.115.2"
10+
fastapi = "^0.115.4"
1111
pydantic = {version = "^2.9.2", extras = ["email"]}
1212
uvicorn = {extras = ["standard"], version = "^0.32.0"}
1313
atlassian-python-api = "^3.41.16"
@@ -24,7 +24,7 @@ pypandoc = "^1.14"
2424
[tool.poetry.group.dev.dependencies]
2525
pre-commit = "^4.0.1"
2626
coverage = {extras = ["toml"], version = "^7.6"}
27-
mypy = "^1.12"
27+
mypy = "^1.13"
2828
detect-secrets = "^1.5.0"
2929
bandit = "^1.7.10"
3030
pytest = "^8.3.3"
@@ -35,7 +35,7 @@ responses = "^0.25.3"
3535
httpx = "^0.27.2"
3636
factory-boy = "^3.3.1"
3737
pytest-factoryboy = "^2.7.0"
38-
ruff = "^0.7.0"
38+
ruff = "^0.7.1"
3939
pytest-mock = "^3.14.0"
4040
pytest-asyncio = "^0.24.0"
4141

0 commit comments

Comments
 (0)