Skip to content

Commit 499f9cf

Browse files
Bump mypy from 1.9.0 to 1.10.0 in /dev_requirements
Bumps [mypy](https://github.com/python/mypy) from 1.9.0 to 1.10.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bfc8a71 commit 499f9cf

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

dev_requirements/requirements-type_check.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,24 @@
55
#
66
# pip-compile-multi
77
#
8-
colorama==0.4.6
9-
# via pytest
108
iniconfig==2.0.0
119
# via pytest
12-
mypy==1.9.0
13-
# via -r dev_requirements\requirements-type_check.in
10+
mypy==1.10.0
11+
# via -r requirements-type_check.in
1412
mypy-extensions==1.0.0
1513
# via mypy
1614
networkx==3.3
1715
# via networkx-stubs
1816
networkx-stubs==0.0.1
19-
# via -r dev_requirements\requirements-type_check.in
17+
# via -r requirements-type_check.in
2018
packaging==24.0
2119
# via pytest
2220
pluggy==1.5.0
2321
# via pytest
2422
pytest==8.1.1
25-
# via -r dev_requirements\requirements-type_check.in
23+
# via -r requirements-type_check.in
2624
types-requests==2.31.0.20240406
27-
# via -r dev_requirements\requirements-type_check.in
25+
# via -r requirements-type_check.in
2826
typing-extensions==4.11.0
2927
# via mypy
3028
urllib3==2.2.1

0 commit comments

Comments
 (0)