Skip to content

Commit 5840179

Browse files
dependabot[bot]davehunt
authored andcommitted
Bump the minor-patch group with 4 updates (mozilla#1038)
Bumps the minor-patch group with 4 updates: [fastapi](https://github.com/fastapi/fastapi), [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio). Updates `fastapi` from 0.112.1 to 0.112.2 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.112.1...0.112.2) Updates `mypy` from 1.11.1 to 1.11.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11.1...v1.11.2) Updates `ruff` from 0.6.1 to 0.6.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.6.1...0.6.2) Updates `pytest-asyncio` from 0.23.8 to 0.24.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.8...v0.24.0) --- 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-patch dependency-group: minor-patch - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: pytest-asyncio 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 2b74c75 commit 5840179

File tree

2 files changed

+60
-60
lines changed

2 files changed

+60
-60
lines changed

poetry.lock

Lines changed: 57 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.112.1"
10+
fastapi = "^0.112.2"
1111
pydantic = {version = "^2.8.2", extras = ["email"]}
1212
uvicorn = {extras = ["standard"], version = "^0.30.6"}
1313
atlassian-python-api = "^3.41.14"
@@ -35,9 +35,9 @@ responses = "^0.25.3"
3535
httpx = "^0.27.0"
3636
factory-boy = "^3.3.1"
3737
pytest-factoryboy = "^2.7.0"
38-
ruff = "^0.6.1"
38+
ruff = "^0.6.2"
3939
pytest-mock = "^3.14.0"
40-
pytest-asyncio = "^0.23.8"
40+
pytest-asyncio = "^0.24.0"
4141

4242

4343
[build-system]

0 commit comments

Comments
 (0)