Skip to content

Commit

Permalink
Update mypy requirement from <1.12,>=1.0 to >=1.0,<1.13
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...v1.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent c19536b commit 7af4691
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.12
mypy>=1.0,<1.13

# Automatic code formatting
black>=23.0,<25.0
Expand Down

0 comments on commit 7af4691

Please sign in to comment.