Skip to content

Commit

Permalink
Update mypy requirement from <1.4,>=1.0 to >=1.0,<1.14
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.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 4f2c8ef commit 6928ad4
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 @@ -33,7 +33,7 @@ Changelog = "https://github.com/allenai/OLMo-core/blob/main/CHANGELOG.md"
[project.optional-dependencies]
dev = [
"ruff",
"mypy>=1.0,<1.4",
"mypy>=1.0,<1.14",
"black>=23.1,<24.0",
"isort>=5.12,<5.14",
"pytest",
Expand Down

0 comments on commit 6928ad4

Please sign in to comment.