Skip to content

Commit

Permalink
Update mypy requirement from ~=1.7.0 to >=1.7,<1.9 (#137)
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.7.0...v1.8.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 Jan 6, 2024
1 parent 075fa60 commit 3d9821f
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.3",
"types-PyYAML~=6.0.12",
"mypy~=1.7.0"
"mypy>=1.7,<1.9"
]

[project.scripts]
Expand Down

0 comments on commit 3d9821f

Please sign in to comment.