Skip to content

Commit

Permalink
Update mypy requirement from <1.5,>=1.0 to >=1.0,<1.7
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.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent f8974f1 commit 32e2afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Changelog = "https://github.com/allenai/python-package-template/blob/main/CHANGE
[project.optional-dependencies]
dev = [
"ruff",
"mypy>=1.0,<1.5",
"mypy>=1.0,<1.7",
"black>=23.0,<24.0",
"isort>=5.12,<5.13",
"pytest",
Expand Down

0 comments on commit 32e2afa

Please sign in to comment.