Skip to content

Commit 8cdda13

Browse files
build(deps): bump mypy from 1.14.0 to 1.15.0
Bumps [mypy](https://github.com/python/mypy) from 1.14.0 to 1.15.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 56246d9 commit 8cdda13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ test = [
4141
]
4242
quality = [
4343
"ruff==0.6.4",
44-
"mypy==1.14.0",
44+
"mypy==1.15.0",
4545
"pre-commit>=3.0.0,<4.0.0",
4646
]
4747
docs = [
@@ -60,7 +60,7 @@ dev = [
6060
"pytest-pretty>=1.0.0,<2.0.0",
6161
# style
6262
"ruff==0.6.4",
63-
"mypy==1.14.0",
63+
"mypy==1.15.0",
6464
"pre-commit>=3.0.0,<4.0.0",
6565
# docs
6666
"sphinx>=3.0.0,!=3.5.0",

0 commit comments

Comments
 (0)