Skip to content

Commit b832968

Browse files
authored
Merge branch 'main' into vendored-wheel
2 parents 68b4be2 + c298fb8 commit b832968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ testing = [
5959
# for tools/finalize.py
6060
'jaraco.develop >= 7.21; python_version >= "3.9" and sys_platform != "cygwin"',
6161
"pytest-home >= 0.5",
62-
"mypy==1.9", # pin mypy version so a new version doesn't suddenly cause the CI to fail
62+
"mypy==1.10.0", # pin mypy version so a new version doesn't suddenly cause the CI to fail
6363
# No Python 3.11 dependencies require tomli, but needed for type-checking since we import it directly
6464
"tomli",
6565
# No Python 3.12 dependencies require importlib_metadata, but needed for type-checking since we import it directly

0 commit comments

Comments
 (0)