Skip to content

Commit 6cec0c0

Browse files
Update mypy requirement from <1.11,>=1.8 to >=1.8,<1.12 (#153)
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.11) --- 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>
1 parent 8e05bbb commit 6cec0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ zulip = [
3535
tests = [
3636
"pytest>=7.4.4,<8.3.0",
3737
"types-PyYAML~=6.0.12",
38-
"mypy>=1.8,<1.11"
38+
"mypy>=1.8,<1.12"
3939
]
4040

4141
[project.scripts]

0 commit comments

Comments
 (0)