Skip to content

Commit

Permalink
Update mypy requirement from <1.6,>=1.0 to >=1.0,<1.10
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...1.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 2be8532 commit d2ddb82
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 @@ Documentation = "https://peekxc.github.io/simplextree-py/pages/"
[project.optional-dependencies]
dev = [
"ruff",
"mypy>=1.0,<1.6",
"mypy>=1.0,<1.10",
"black>=23.0,<24.0",
"isort>=5.12,<5.13",
"pytest",
Expand Down

0 comments on commit d2ddb82

Please sign in to comment.