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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
requirements-tests.txt
|
@ -2,7 +2,7 @@ |
|
|
-r requirements-docs-tests.txt |
|
|
-r requirements-docs-tests.txt |
|
|
pytest >=7.1.3,<9.0.0 |
|
|
pytest >=7.1.3,<9.0.0 |
|
|
coverage[toml] >= 6.5.0,< 8.0 |
|
|
coverage[toml] >= 6.5.0,< 8.0 |
|
|
mypy ==1.15.0 |
|
|
mypy ==1.14.1 |
|
|
dirty-equals ==0.9.0 |
|
|
dirty-equals ==0.9.0 |
|
|
sqlmodel==0.0.24 |
|
|
sqlmodel==0.0.24 |
|
|
flask >=1.1.2,<4.0.0 |
|
|
flask >=1.1.2,<4.0.0 |
|
|