Skip to content

Commit 8b34f8b

Browse files
Update mypy requirement from <2.2.0 to <2.3.0 in /lang/py (#3868)
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...v2.2.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.2.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 8bdb8c6 commit 8b34f8b

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<2.2.0",
80+
"mypy<2.3.0",
8181
"python-snappy>=0.7.3",
8282
"ruff>=0.15.1",
8383
"setuptools>=82.0.0",

0 commit comments

Comments
 (0)