Skip to content

Commit 14db061

Browse files
chore(deps-dev): update mypy requirement from ~=1.15.0 to ~=1.17.0 (#2837)
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.15.0...v1.17.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9bef192 commit 14db061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pylint~=3.3.7
33
pytest~=8.4.0
44
pytest-asyncio~=0.24.0
55
# pytest-order~=1.0.1
6-
mypy~=1.15.0
6+
mypy~=1.17.1
77
coverage~=7.10
88
pre-commit==4.2.0
99
codespell==2.4.1

0 commit comments

Comments
 (0)