Skip to content

Commit

Permalink
requirements[dev]: Upgrade mypy from ==0.961 to ~=1.0.0.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
neiljp committed Feb 16, 2023
1 parent 886291e commit 8a0107a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def long_description():

typing_deps = [
"lxml-stubs",
"mypy==0.961",
"mypy~=1.0.0",
"types-pygments",
"types-python-dateutil",
"types-tzlocal",
Expand Down

0 comments on commit 8a0107a

Please sign in to comment.