Skip to content

Commit 8fc4ede

Browse files
Bump mypy from 1.19 to 1.19.1
Bumps [mypy](https://github.com/python/mypy) from 1.19 to 1.19.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.0...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb8495c commit 8fc4ede

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
@@ -71,7 +71,7 @@ dependencies = [
7171
]
7272

7373
optional-dependencies.dev = [
74-
"mypy==1.19",
74+
"mypy==1.19.1",
7575
"tomli", # Needed even on 3.11+ for typechecking with mypy
7676
"tox",
7777
]

0 commit comments

Comments
 (0)