Skip to content

Commit 6cd17dc

Browse files
Update protobuf requirement in the pip group across 1 directory
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. Updates `protobuf` to 6.31.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v3.19.4...v6.31.1) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.31.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c680a46 commit 6cd17dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
psutil~=5.9.8
22
requests~=2.32.0
33
grpcio~=1.53.2
4-
protobuf~=3.19.4
4+
protobuf~=6.31.1
55
docker~=7.0.0
66
dataclasses~=0.8; python_version < '3.7'
77
typing-extensions>=4.9.0

0 commit comments

Comments
 (0)