Browse Source

Downgrade mypy to 1.14.1 (last version compatible with Python 3.8)

pull/12970/head
Motov Yurii 2 weeks ago
committed by GitHub
parent
commit
858f65e9fa
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      requirements-tests.txt

2
requirements-tests.txt

@ -2,7 +2,7 @@
-r requirements-docs-tests.txt
pytest >=7.1.3,<9.0.0
coverage[toml] >= 6.5.0,< 8.0
mypy ==1.15.0
mypy ==1.14.1
dirty-equals ==0.9.0
sqlmodel==0.0.24
flask >=1.1.2,<4.0.0

Loading…
Cancel
Save