Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent ed1b2ca commit 5befb5b
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.9",
"black>=23.0,<24.0",
"isort>=5.12,<5.13",
"pytest",
Expand Down

0 comments on commit 5befb5b

Please sign in to comment.