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 2bfcad1 commit f1f1b55Copy full SHA for f1f1b55
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.2
+ruff ==0.14.3
9
# For FastAPI tests
10
fastapi >=0.103.2
11
httpx ==0.28.1
0 commit comments