Skip to content

Commit

Permalink
Update mypy requirement from ==1.4.* to ==1.5.*
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.
- [Commits](python/mypy@v1.4.0...v1.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 11, 2023
1 parent 570dae0 commit dcf93fb
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.4.*
mypy == 1.5.*
pre-commit == 3.3.*
tox == 4.6.*

0 comments on commit dcf93fb

Please sign in to comment.