Skip to content

Commit ec19fd5

Browse files
committed
requirements[dev]: Upgrade mypy from ==0.961 to ~=1.0.0.
This is necessary since fresh environment builds (including CI) appear to pull a version of types-requests that is broken with mypy < 1.0, types-requests being the broken-out 3rd-party package of stubs for requests, but that is still maintained in typeshed. This appears to be python/typeshed#9702. The mypy version is updated to ~=1.0.0 versioning now that it has moved to a major/minor/point versioning scheme.
1 parent 886291e commit ec19fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def long_description():
5151

5252
typing_deps = [
5353
"lxml-stubs",
54-
"mypy==0.961",
54+
"mypy~=1.0.0",
5555
"types-pygments",
5656
"types-python-dateutil",
5757
"types-tzlocal",

0 commit comments

Comments
 (0)