Skip to content

Commit ae343a9

Browse files
Update dependency ruff to v0.14.6 (#564)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c32581 commit ae343a9

File tree

6 files changed

+66
-66
lines changed

6 files changed

+66
-66
lines changed

languages/python.org/fastapi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ dependencies = [
88
"black==25.11.0",
99
"fastapi==0.121.3",
1010
"httpx==0.28.1",
11-
"ruff==0.14.5",
11+
"ruff==0.14.6",
1212
"uvicorn==0.38.0",
1313
]

languages/python.org/fastapi/uv.lock

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

languages/python.org/flask/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ dependencies = [
88
"black==25.11.0",
99
"flask==3.1.2",
1010
"requests==2.32.5",
11-
"ruff==0.14.5",
11+
"ruff==0.14.6",
1212
]

0 commit comments

Comments
 (0)