Skip to content

Commit e53c82b

Browse files
--- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7a68e60 commit e53c82b

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)