Skip to content

Commit 7977e40

Browse files
Bump mypy from 1.18.2 to 1.19.0 (#299)
Bumps [mypy](https://github.com/python/mypy) from 1.18.2 to 1.19.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.2...v1.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 378e567 commit 7977e40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ lint = [
8080
"flake8==7.3.0",
8181
"isort==6.1.0; python_version < '3.10'",
8282
"isort==7.0.0; python_version > '3.9'",
83-
"mypy==1.18.2",
83+
"mypy==1.19.0",
8484
"pylint-per-file-ignores==2.0.3; python_version < '3.10'",
8585
"pylint-per-file-ignores==3.1.0; python_version > '3.9'",
8686
"pylint==3.3.9; python_version < '3.10'",

0 commit comments

Comments
 (0)