Skip to content

Commit c7693ca

Browse files
authored
Merge pull request #2631 from sopel-irc/pin-mypy-1.11
Pin `mypy` to 1.11.2
2 parents 74d60f4 + db99dc6 commit c7693ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev-requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ sphinx-rfcsection~=0.1.1
2121
# (or until py3.9 EOL... in 10/2025, I HOPE NOT)
2222
vcrpy @ git+https://github.com/sopel-irc/vcrpy@uncap-urllib3
2323
# type check
24-
mypy>=1.3,<2
24+
# often breaks CI on master, so pin and update deliberately, on our own terms
25+
mypy==1.11.2
2526
# for `pkg_resources`; first version in which it's typed
2627
# we don't use `pkg_resources` directly, but mypy still cares
2728
setuptools>=71.1

0 commit comments

Comments
 (0)