Skip to content

Commit edc0d7c

Browse files
committed
ENH: Bump mypy to latest version
This includes support for Python 3.14
1 parent e1a8957 commit edc0d7c

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
@@ -41,7 +41,7 @@ gcp = ["dataclasses>=0.8; python_version=='3.6'", "google-auth>=1.6"]
4141

4242
[dependency-groups]
4343
test = [
44-
"mypy==0.982",
44+
"mypy==1.18.2",
4545
"flake8==6.1.0",
4646
"pytest==7.1.3",
4747
"pytest-cov==3.0.0",

0 commit comments

Comments
 (0)