Skip to content

Commit 15a0e50

Browse files
Bump mypy from 1.15.0 to 1.16.0
Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.16.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5461707 commit 15a0e50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ docs = [
9393
]
9494
lint = [
9595
"ruff==0.11.11",
96-
"mypy==1.15.0",
96+
"mypy==1.16.0",
9797
"sphinx-lint>=0.9",
9898
"types-colorama==0.4.15.20240311",
9999
"types-defusedxml==0.7.0.20250516",
@@ -157,7 +157,7 @@ translations = [
157157
"Jinja2>=3.1",
158158
]
159159
types = [
160-
"mypy==1.15.0",
160+
"mypy==1.16.0",
161161
"pyrefly",
162162
"pyright==1.1.400",
163163
{ include-group = "type-stubs" },

0 commit comments

Comments
 (0)