Skip to content

Commit ce9d220

Browse files
Bump the python-packages group with 2 updates
Bumps the python-packages group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [fastapi[all]](https://github.com/fastapi/fastapi). Updates `ruff` from 0.15.2 to 0.15.4 - [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.15.2...0.15.4) Updates `fastapi[all]` from 0.131.0 to 0.135.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.131.0...0.135.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: fastapi[all] dependency-version: 0.135.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f03509 commit ce9d220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ run-detection = "rundetection.run_detection:main"
1919

2020
[project.optional-dependencies]
2121
formatting = [
22-
"ruff==0.15.2",
22+
"ruff==0.15.4",
2323
"mypy==1.19.1",
2424
"run-detection[test]",
2525
"types-requests==2.32.4.20260107",
@@ -31,7 +31,7 @@ test = [
3131
"pytest-cov==7.0.0",
3232
"requests==2.32.5",
3333
"pytest-random-order==1.2.0",
34-
"fastapi[all]==0.131.0",
34+
"fastapi[all]==0.135.1",
3535
"pydantic==2.12.5",
3636
]
3737

0 commit comments

Comments
 (0)