Skip to content

Commit af69f9e

Browse files
Bump mypy from 1.12.0 to 1.13.0
Bumps [mypy](https://github.com/python/mypy) from 1.12.0 to 1.13.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7f5954f commit af69f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"pytest-env",
1919
"pre-commit==3.5.0; python_version < '3.9'",
2020
"pre-commit==4.0.1; python_version >= '3.9'",
21-
"mypy==1.12.0",
21+
"mypy==1.13.0",
2222
]
2323

2424
setup(

0 commit comments

Comments
 (0)