Skip to content

Commit d213b86

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

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

4343
[dependency-groups]
4444
test = [
45-
"mypy==0.982",
45+
"mypy==1.18.2",
4646
"flake8==6.1.0",
4747
"pytest==7.1.3",
4848
"pytest-cov==3.0.0",

0 commit comments

Comments
 (0)