We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68b4be2 + c298fb8 commit b832968Copy full SHA for b832968
pyproject.toml
@@ -59,7 +59,7 @@ testing = [
59
# for tools/finalize.py
60
'jaraco.develop >= 7.21; python_version >= "3.9" and sys_platform != "cygwin"',
61
"pytest-home >= 0.5",
62
- "mypy==1.9", # pin mypy version so a new version doesn't suddenly cause the CI to fail
+ "mypy==1.10.0", # pin mypy version so a new version doesn't suddenly cause the CI to fail
63
# No Python 3.11 dependencies require tomli, but needed for type-checking since we import it directly
64
"tomli",
65
# No Python 3.12 dependencies require importlib_metadata, but needed for type-checking since we import it directly
0 commit comments