Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit ff4d53e

Browse files
chore: Update mypy version
Current version is `0.910` which is more than 2 years old
1 parent cfd7926 commit ff4d53e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

noxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@
3232
ISORT_VERSION = "isort==5.11.0"
3333
LINT_PATHS = ["docs", "google", "tests", "noxfile.py", "setup.py"]
3434

35-
MYPY_VERSION = "mypy==0.910"
35+
MYPY_VERSION = "mypy==1.10.0"
3636

3737
DEFAULT_PYTHON_VERSION = "3.8"
38-
3938
UNIT_TEST_PYTHON_VERSIONS: List[str] = ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
4039
UNIT_TEST_STANDARD_DEPENDENCIES = [
4140
"mock",

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@
348348
s.replace(
349349
"noxfile.py",
350350
r"LINT_PATHS = \[.*?\]",
351-
'\g<0>\n\nMYPY_VERSION = "mypy==0.910"',
351+
'\g<0>\n\nMYPY_VERSION = "mypy==1.10.0"',
352352
)
353353
s.replace(
354354
"noxfile.py", r'"blacken",', '\g<0>\n "mypy",',

0 commit comments

Comments
 (0)