Skip to content

Commit 09b9ba5

Browse files
Update mypy-protobuf requirement from ^3.0.0 to >=3,<6
Updates the requirements on [mypy-protobuf](https://github.com/nipunn1313/mypy-protobuf) to permit the latest version. - [Changelog](https://github.com/nipunn1313/mypy-protobuf/blob/main/CHANGELOG.md) - [Commits](nipunn1313/mypy-protobuf@v3.0.0...v5.0.0) --- updated-dependencies: - dependency-name: mypy-protobuf dependency-version: 5.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b8d2708 commit 09b9ba5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ types-redis = "^4.3.21.6"
3636
types-pytz = "^2023.3.0.0"
3737
black = "^23.1.0"
3838
types-chardet = "^5.0.4.6"
39-
mypy-protobuf = "^3.0.0"
39+
mypy-protobuf = ">=3,<6"
4040

4141

4242
[tool.autopep8]

0 commit comments

Comments
 (0)