Skip to content

Commit

Permalink
Bump mypy from 1.10.0 to 1.10.1
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.10.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.0...v1.10.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 10, 2024
1 parent c006572 commit adfa530
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions dev_requirements/requirements-type_check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,40 +7,40 @@
#
iniconfig==2.0.0
# via pytest
mypy==1.10.0
# via -r requirements-type_check.in
mypy==1.10.1
# via -r dev_requirements/requirements-type_check.in
mypy-extensions==1.0.0
# via mypy
networkx==3.3
# via networkx-stubs
networkx-stubs==0.0.1
# via -r requirements-type_check.in
# via -r dev_requirements/requirements-type_check.in
numpy==2.0.0
# via
# pandas
# pandas-stubs
packaging==24.1
# via pytest
pandas==2.2.2
# via -r requirements-type_check.in
# via -r dev_requirements/requirements-type_check.in
pandas-stubs==2.2.2.240603
# via -r requirements-type_check.in
# via -r dev_requirements/requirements-type_check.in
pluggy==1.5.0
# via pytest
pytest==8.2.2
# via -r requirements-type_check.in
# via -r dev_requirements/requirements-type_check.in
python-dateutil==2.9.0.post0
# via pandas
pytz==2024.1
# via pandas
six==1.16.0
# via python-dateutil
types-freezegun==1.1.10
# via -r requirements-type_check.in
# via -r dev_requirements/requirements-type_check.in
types-pytz==2024.1.0.20240417
# via pandas-stubs
types-requests==2.32.0.20240602
# via -r requirements-type_check.in
# via -r dev_requirements/requirements-type_check.in
typing-extensions==4.12.2
# via mypy
tzdata==2024.1
Expand Down

0 comments on commit adfa530

Please sign in to comment.