Skip to content

Commit 8cc9874

Browse files
committed
bump to 1.10.0 only for now
1 parent b56fa37 commit 8cc9874

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

requirements-tests.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
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.18.2; python_version >= "3.9"
5+
mypy ==1.10.0
86
ruff ==0.13.2
97
# For FastAPI tests
108
fastapi >=0.103.2

0 commit comments

Comments
 (0)