Skip to content

Commit 04bdc8c

Browse files
committed
fix(deps): update gcp-services-python
1 parent 34ad450 commit 04bdc8c

4 files changed

Lines changed: 34 additions & 32 deletions

File tree

gcp/workers/oss_fuzz_worker/poetry.lock

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gcp/workers/oss_fuzz_worker/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name = "worker"
33
requires-python = ">=3.13,<3.14"
44
dependencies = [
55
"google-auth-httplib2==0.3.0",
6-
"google-api-python-client==2.188.0",
7-
"google-cloud-pubsub==2.34.0",
6+
"google-api-python-client==2.190.0",
7+
"google-cloud-pubsub==2.35.0",
88
"google-cloud-ndb==2.4.0",
9-
"google-cloud-storage==3.8.0",
9+
"google-cloud-storage==3.9.0",
1010
"pyyaml==6.0.3",
1111
"redis==6.4.0",
1212
"packageurl-python==0.17.6",

gcp/workers/worker/poetry.lock

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gcp/workers/worker/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name = "worker"
33
requires-python = ">=3.13,<3.14"
44
dependencies = [
55
"google-auth-httplib2==0.3.0",
6-
"google-api-python-client==2.188.0",
7-
"google-cloud-pubsub==2.34.0",
6+
"google-api-python-client==2.190.0",
7+
"google-cloud-pubsub==2.35.0",
88
"google-cloud-ndb==2.4.0",
9-
"google-cloud-storage==3.8.0",
9+
"google-cloud-storage==3.9.0",
1010
"pyyaml==6.0.3",
1111
"redis==6.4.0",
1212
"packageurl-python==0.17.6",

0 commit comments

Comments
 (0)