Skip to content

Commit da8721d

Browse files
Bump the minor-patch group with 4 updates (#1111)
Bumps the minor-patch group with 4 updates: [fastapi](https://github.com/fastapi/fastapi), [pydantic-settings](https://github.com/pydantic/pydantic-settings), [pytest](https://github.com/pytest-dev/pytest) and [ruff](https://github.com/astral-sh/ruff). Updates `fastapi` from 0.115.8 to 0.115.11 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.8...0.115.11) Updates `pydantic-settings` from 2.8.0 to 2.8.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.8.0...v2.8.1) Updates `pytest` from 8.3.4 to 8.3.5 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.4...8.3.5) Updates `ruff` from 0.9.7 to 0.9.9 - [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.9.7...0.9.9) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: pytest 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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ffb25ee commit da8721d

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 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.8"
10+
fastapi = "^0.115.11"
1111
pydantic = {version = "^2.10.6", extras = ["email"]}
1212
uvicorn = {extras = ["standard"], version = "^0.34.0"}
1313
atlassian-python-api = "^3.41.19"
@@ -18,7 +18,7 @@ pydantic-yaml = "^1.4.0"
1818
backoff = "^2.2.1"
1919
statsd = "^4.0.1"
2020
requests = "^2.32.3"
21-
pydantic-settings = "^2.8.0"
21+
pydantic-settings = "^2.8.1"
2222
pypandoc = "^1.15"
2323

2424
[tool.poetry.group.dev.dependencies]
@@ -28,15 +28,15 @@ coverage = {extras = ["toml"], version = "^7.6"}
2828
mypy = "^1.15"
2929
detect-secrets = "^1.5.0"
3030
bandit = "^1.8.3"
31-
pytest = "^8.3.4"
31+
pytest = "^8.3.5"
3232
yamllint = "^1.35.1"
3333
pytest-dotenv = "^0.5.2"
3434
types-requests = "^2.32.0"
3535
responses = "^0.25.6"
3636
httpx = "^0.28.1"
3737
factory-boy = "^3.3.3"
3838
pytest-factoryboy = "^2.7.0"
39-
ruff = "^0.9.7"
39+
ruff = "^0.9.9"
4040
pytest-mock = "^3.14.0"
4141
pytest-asyncio = "^0.25.3"
4242

0 commit comments

Comments
 (0)