Skip to content

Commit

Permalink
Update mypy requirement from ~=1.0 to ~=1.1
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.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v1.0.0...v1.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 5, 2023
1 parent 2761784 commit b63e9ad
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 @@
# development dependencies (see docs.txt for documentation building dependencies)
# linting and static type-checking
flake8>=3.7.7, <7.0.0
mypy~= 1.0
mypy~= 1.1
types-requests>=2.25.0, <3.0.0
# testing
pytest>=5.3.5, <8.0.0
Expand Down

0 comments on commit b63e9ad

Please sign in to comment.