Skip to content

Commit b048e63

Browse files
Bump mypy from 1.16.1 to 1.17.0
Bumps [mypy](https://github.com/python/mypy) from 1.16.1 to 1.17.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.1...v1.17.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5657be8 commit b048e63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r requirements.in
2-
mypy==1.16.1
2+
mypy==1.17.0
33
pip-tools==7.4.1
44
pre-commit==4.2.0
55
pytest==8.4.1

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ identify==2.6.6
2020
# via pre-commit
2121
iniconfig==2.0.0
2222
# via pytest
23-
mypy==1.16.1
23+
mypy==1.17.0
2424
# via -r requirements-dev.in
2525
mypy-extensions==1.0.0
2626
# via mypy

0 commit comments

Comments
 (0)