Skip to content

Commit

Permalink
Update mypy requirement from ==1.0.* to ==1.9.*
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.0.0...1.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 95bac5e commit 5e1f109
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.2.*
mypy == 1.0.*
mypy == 1.9.*
pre-commit == 3.1.*
tox == 4.4.*

0 comments on commit 5e1f109

Please sign in to comment.