Skip to content

Commit

Permalink
Bump mypy from 1.5.1 to 1.6.0 (#15)
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 1.5.1 to 1.6.0.
- [Commits](python/mypy@v1.5.1...v1.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 17, 2023
1 parent 6a2dd8b commit 50cc57a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dev_requirements/requirements-type_check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# pip-compile '.\dev_requirements\requirements-type_check.in'
#
mypy==1.5.1
# via -r .\dev_requirements\requirements-type_check.in
mypy==1.6.0
# via -r dev_requirements/requirements-type_check.in
mypy-extensions==1.0.0
# via mypy
networkx==3.1
# via networkx-stubs
networkx-stubs==0.0.1
# via -r .\dev_requirements\requirements-type_check.in
# via -r dev_requirements/requirements-type_check.in
types-frozendict==2.0.9
# via -r .\dev_requirements\requirements-type_check.in
# via -r dev_requirements/requirements-type_check.in
typing-extensions==4.8.0
# via mypy

0 comments on commit 50cc57a

Please sign in to comment.