Skip to content

Commit

Permalink
Update mypy requirement from ==1.5.* to ==1.6.*
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.5.0...v1.6.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent c6f1c30 commit 2ceba5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
coverage == 7.3.*
mypy == 1.5.*
mypy == 1.6.*
pre-commit == 3.4.*
tox == 4.11.*

0 comments on commit 2ceba5e

Please sign in to comment.