Skip to content

Commit 56246d9

Browse files
build(deps-dev): bump mypy from 1.10.0 to 1.14.0 (#114)
Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.14.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.0...v1.14.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 85ba8d0 commit 56246d9

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.10.0",
44+
"mypy==1.14.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.10.0",
63+
"mypy==1.14.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)