We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a53c2 commit b99abe8Copy full SHA for b99abe8
requirements-tests.txt
@@ -5,7 +5,7 @@ coverage[toml] >=6.2,<8.0
5
# Remove when support for Python 3.8 is dropped
6
mypy ==1.14.1; python_version < "3.9"
7
mypy ==1.18.2; python_version >= "3.9"
8
-ruff ==0.14.0
+ruff ==0.14.1
9
# For FastAPI tests
10
fastapi >=0.103.2
11
httpx ==0.28.1
0 commit comments