Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent bf4a8c8 commit 585bf49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ dev = [
"pycodestyle==2.12.1",
"black==24.8.0",
"isort==5.13.2",
"mypy==1.10.0",
"mypy==1.13.0",
# type stubs for mypy
"types-PyYAML==6.0.10",
"types-tabulate==0.9.0.20240106",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ log-symbols==0.0.14
markdown-it-py==3.0.0
mdurl==0.1.2
msgpack==1.0.8
mypy==1.10.0
mypy==1.13.0
networkx==3.1
nodeenv==1.9.1
packaging==24.1
Expand Down

0 comments on commit 585bf49

Please sign in to comment.