Skip to content

Commit

Permalink
Merge pull request #2631 from sopel-irc/pin-mypy-1.11
Browse files Browse the repository at this point in the history
Pin `mypy` to 1.11.2
  • Loading branch information
dgw authored Oct 14, 2024
2 parents 74d60f4 + db99dc6 commit c7693ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ sphinx-rfcsection~=0.1.1
# (or until py3.9 EOL... in 10/2025, I HOPE NOT)
vcrpy @ git+https://github.com/sopel-irc/vcrpy@uncap-urllib3
# type check
mypy>=1.3,<2
# often breaks CI on master, so pin and update deliberately, on our own terms
mypy==1.11.2
# for `pkg_resources`; first version in which it's typed
# we don't use `pkg_resources` directly, but mypy still cares
setuptools>=71.1
Expand Down

0 comments on commit c7693ca

Please sign in to comment.