Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 2610e8c commit e20b252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build==1.2.1
factory-boy==3.3.0
flake8==5.0.4
isort==5.13.2
mypy==1.10.1
mypy==1.11.0
mypy-extensions==1.0.0
pre-commit==3.5.0
psycopg2-binary==2.9.9
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dev =
build==1.2.1
flake8==5.0.4
isort==5.13.2
mypy==1.10.1
mypy==1.11.0
mypy-extensions==1.0.0
pre-commit==3.5.0
psycopg2-binary==2.9.9
Expand Down

0 comments on commit e20b252

Please sign in to comment.