Skip to content

Commit 951c2fa

Browse files
Bump mypy from v1.13.0 to 1.14.1 (#1268)
Bumps [mypy](https://github.com/python/mypy) from v1.13.0 to 1.14.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.13.0...v1.14.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb15e3b commit 951c2fa

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
@@ -63,7 +63,7 @@ dev = [
6363
"mypy==v0.910 ; python_version<'3.6'",
6464
"mypy==v0.971 ; python_version>='3.6' and python_version<'3.7'",
6565
"mypy==v1.4.1 ; python_version>='3.7' and python_version<'3.8'",
66-
"mypy==v1.13.0 ; python_version>='3.8'",
66+
"mypy==v1.14.1 ; python_version>='3.8'",
6767
# Docs.
6868
"Sphinx==8.1.3 ; python_version>='3.11'",
6969
"sphinx-rtd-theme==3.0.2 ; python_version>='3.11'",

0 commit comments

Comments
 (0)