Skip to content

Commit

Permalink
chore(deps): update mypy requirement from <1.10,>=0.921 to >=0.921,<1.11
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@v0.921...v1.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 23, 2024
1 parent 51a1aad commit 6d0ba19
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 @@ -65,7 +65,7 @@ actions = [
]
dev = [
"flit >=3.2.0,<4.0.0",
"mypy >=0.921,<1.10",
"mypy >=0.921,<1.11",
"types-pyyaml >=6.0.4,<7.0.0",
"types-requests >=2.25.6,<3.0.0",
"types-jsonschema >=4.22.0,<5.0.0",
Expand Down

0 comments on commit 6d0ba19

Please sign in to comment.