We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f26a2b0 commit 5dc9a90Copy full SHA for 5dc9a90
1 file changed
setup.py
@@ -15,7 +15,7 @@
15
"urllib3==1.*", # TODO: Pinned because vcrpy did a dumb and didn't pin urllib3
16
"flake8==5.*", # TODO: flake8 v6 requires Python 3.8.1+
17
"isort==5.*",
18
- "mypy==1.7.*",
+ "mypy==1.4.*", # TODO: mypy v1.5 requires Python 3.8+
19
"pdoc==13.*", # TODO: pdoc v14 requires Python 3.8+
20
"pytest-cov==4.*",
21
"pytest-vcr==1.*",
0 commit comments