Skip to content

Commit 955a6f7

Browse files
Update mypy requirement from <1.20.0 to <1.21.0 in /lang/py (#3718)
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.1.0...v1.20.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a9396ee commit 955a6f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lang/py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ warn_unused_ignores = true
7777
[dependency-groups]
7878
dev = [
7979
"coverage>=7.13.4",
80-
"mypy<1.20.0",
80+
"mypy<1.21.0",
8181
"python-snappy>=0.7.3",
8282
"ruff>=0.15.1",
8383
"setuptools>=82.0.0",

0 commit comments

Comments
 (0)