Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 10, 2023
1 parent 642d0fa commit da91146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
flake8

# Static type checking
mypy>=1.0,<1.4
mypy>=1.0,<1.6

# Automatic code formatting
black>=23.1,<24.0
Expand Down

0 comments on commit da91146

Please sign in to comment.