Skip to content

Commit

Permalink
Update mypy requirement from ==1.9.* to ==1.10.*
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@1.9.0...v1.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2024
1 parent 524f8dd commit 8831276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test.txt
@@ -1,5 +1,5 @@
coverage == 7.4.*
mypy == 1.9.*
mypy == 1.10.*
pre-commit == 3.5.*
requests == 2.31.*
tox == 4.13.*

0 comments on commit 8831276

Please sign in to comment.