Skip to content

Commit e406195

Browse files
Update mypy requirement from <1.10,>=1.8 to >=1.8,<1.11
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] <support@github.com>
1 parent eea3fbc commit e406195

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.2.0",
3737
"types-PyYAML~=6.0.12",
38-
"mypy>=1.8,<1.10"
38+
"mypy>=1.8,<1.11"
3939
]
4040

4141
[project.scripts]

0 commit comments

Comments
 (0)