Skip to content

Commit

Permalink
Update mypy requirement from ~=1.11.0 to ~=1.12.0
Browse files Browse the repository at this point in the history
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11...v1.12.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent 3a20eb2 commit b4ab6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
black~=24.4.2
pylint
pip-tools
mypy ~= 1.11.0
mypy ~= 1.12.0
pyre-check == 0.9.19
pyright ~= 1.1.374
pytype ~= 2023.12.18
Expand Down

0 comments on commit b4ab6f0

Please sign in to comment.