Skip to content

Commit 6596a40

Browse files
Bump protobuf from 3.19.4 to 3.19.5 in /release
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.4 to 3.19.5. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](protocolbuffers/protobuf@v3.19.4...v3.19.5) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 20cfde5 commit 6596a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def finalize_options(self):
5353
REQUIRED_PACKAGES = [
5454
'cirq-core==0.13.1', 'cirq-google>=0.13.1', 'sympy == 1.8',
5555
'googleapis-common-protos==1.52.0', 'google-api-core==1.21.0',
56-
'google-auth==1.18.0', 'protobuf==3.19.4'
56+
'google-auth==1.18.0', 'protobuf==3.19.5'
5757
]
5858

5959
# placed as extra to not have required overwrite existing nightly installs if

0 commit comments

Comments
 (0)