Skip to content

Commit

Permalink
Update mypy requirement from <1.10,>=1.8 to >=1.8,<1.11 (#148)
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.8.0...v1.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 23, 2024
1 parent 5160ae6 commit 10d5d2c
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 @@ -35,7 +35,7 @@ zulip = [
tests = [
"pytest>=7.4.4,<8.3.0",
"types-PyYAML~=6.0.12",
"mypy>=1.8,<1.10"
"mypy>=1.8,<1.11"
]

[project.scripts]
Expand Down

0 comments on commit 10d5d2c

Please sign in to comment.