Skip to content

Commit 836fc09

Browse files
Update mypy requirement from <1.19.0 to <1.20.0 in /lang/py (#3668)
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.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 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 3b9aea7 commit 836fc09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)