Skip to content

Commit 6e72c09

Browse files
committed
chore: update post processing scripts
1 parent 92f62d2 commit 6e72c09

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.librarian/generator-input/client-post-processing/storage-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ replacements:
590590
# this dependency.
591591
"google-resumable-media >= 2.7.2, < 3.0.0",
592592
"requests >= 2.22.0, < 3.0.0",
593-
"google-crc32c >= 1.5.0, < 2.0.0",
593+
"google-crc32c >= 1.6.0, < 2.0.0",
594594
]
595595
extras = {
596596
# TODO: Make these extra dependencies as mandatory once gRPC out of
@@ -650,7 +650,7 @@ replacements:
650650
google-resumable-media==2.7.2
651651
grpcio==1.33.2
652652
requests==2.22.0
653-
google-crc32c==1.5.0
653+
google-crc32c==1.6.0
654654
protobuf==4.25.8
655655
opentelemetry-api==1.1.0
656656
count: 1

packages/google-cloud-storage/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
# this dependency.
5252
"google-resumable-media >= 2.7.2, < 3.0.0",
5353
"requests >= 2.22.0, < 3.0.0",
54-
"google-crc32c >= 1.5.0, < 2.0.0",
54+
"google-crc32c >= 1.6.0, < 2.0.0",
5555
]
5656
extras = {
5757
# TODO: Make these extra dependencies as mandatory once gRPC out of

packages/google-cloud-storage/testing/constraints-3.9.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ google-cloud-core==2.4.2
1313
google-resumable-media==2.7.2
1414
grpcio==1.33.2
1515
requests==2.22.0
16-
google-crc32c==1.5.0
16+
google-crc32c==1.6.0
1717
protobuf==4.25.8
1818
opentelemetry-api==1.1.0

0 commit comments

Comments
 (0)