Skip to content

Commit

Permalink
pin mypy==1.4 for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelskiy committed Nov 13, 2023
1 parent 9bb586c commit d751a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ data_file = .tox/.coverage

[testenv:mypy]
deps =
mypy==1.7.*
mypy==1.4.*
types-requests==2.28.*
-r{toxinidir}/tests/requirements.txt
commands = mypy ujenkins tests
Expand Down

0 comments on commit d751a4d

Please sign in to comment.