Skip to content

Commit 576463c

Browse files
authored
Merge pull request #1325 from kyegomez/dependabot/pip/mypy-protobuf-gte-3-and-lt-6
Update mypy-protobuf requirement from >=3,<5 to >=3,<6
2 parents f9ced15 + 6cc60e2 commit 576463c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ ruff = ">=0.5.1,<0.14.12"
8989
types-toml = "^0.10.8.1"
9090
types-pytz = ">=2023.3,<2026.0"
9191
types-chardet = "^5.0.4.6"
92-
mypy-protobuf = ">=3,<5"
92+
mypy-protobuf = ">=3,<6"
9393

9494

9595
[tool.poetry.group.test.dependencies]

0 commit comments

Comments
 (0)