Skip to content

Commit d97c856

Browse files
chore(deps): Bump mypy from 1.15.0 to 1.16.0 in /dev_requirements (#1000)
Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.16.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:production 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 771d611 commit d97c856

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

dev_requirements/requirements-type_check.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
iniconfig==2.0.0
99
# via pytest
10-
mypy==1.15.0
10+
mypy==1.16.0
1111
# via -r requirements-type_check.in
1212
mypy-extensions==1.0.0
1313
# via mypy
@@ -17,6 +17,8 @@ networkx-stubs==0.0.1
1717
# via -r requirements-type_check.in
1818
packaging==24.0
1919
# via pytest
20+
pathspec==0.12.1
21+
# via mypy
2022
pluggy==1.5.0
2123
# via pytest
2224
pytest==8.3.5

0 commit comments

Comments
 (0)