Skip to content

Commit

Permalink
Update mypy requirement from <1.5,>=1.0 to >=1.0,<1.6 (#249)
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.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 23, 2023
1 parent 5117d3f commit cd07321
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 @@ -31,7 +31,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"ruff",
"mypy>=1.0,<1.5",
"mypy>=1.0,<1.6",
"types-requests",
"types-cachetools",
"types-PyYAML",
Expand Down

0 comments on commit cd07321

Please sign in to comment.