Skip to content

Commit a63e661

Browse files
committed
Update requirements-tests.txt
1 parent 98ed665 commit a63e661

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

requirements-tests.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@
22
-r requirements-docs-tests.txt
33
pytest >=7.0.1,<9.0.0
44
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.19.1; python_version >= "3.9"
5+
mypy ==1.19.1
86
ruff ==0.14.10
97
# For FastAPI tests
108
fastapi >=0.103.2,<0.126.0
119
httpx ==0.28.1
1210
dirty-equals ==0.9.0
1311
jinja2 ==3.1.6
14-
# Remove when support for Python 3.8 is dropped
15-
typing-extensions ==4.13.2; python_version < "3.9"
16-
typing-extensions ==4.15.0; python_version >= "3.9"
12+
typing-extensions ==4.15.0

0 commit comments

Comments
 (0)