Skip to content

Commit b0dd745

Browse files
authored
Merge pull request #752 from tensorflow/dependabot/pip/release/protobuf-3.19.5
Bump protobuf from 3.19.4 to 3.19.5 in /release
2 parents e31fddd + e1bbd00 commit b0dd745

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)