Skip to content

Commit 79b5f9d

Browse files
committed
fix(deps): update gcp-services-python
1 parent 23c9948 commit 79b5f9d

5 files changed

Lines changed: 33 additions & 33 deletions

File tree

gcp/api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "api-backend"
33
requires-python = ">=3.13,<4.0"
44
dependencies = [
55
"google-cloud-ndb==2.4.0",
6-
"google-cloud-logging==3.13.0",
6+
"google-cloud-logging==3.14.0",
77
"packaging==26.0",
88
"requests==2.32.5",
99
"grpcio==1.75.0",

gcp/workers/oss_fuzz_worker/poetry.lock

Lines changed: 13 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.192.0",
7-
"google-cloud-pubsub==2.35.0",
6+
"google-api-python-client==2.193.0",
7+
"google-cloud-pubsub==2.36.0",
88
"google-cloud-ndb==2.4.0",
9-
"google-cloud-storage==3.9.0",
9+
"google-cloud-storage==3.10.1",
1010
"pyyaml==6.0.3",
1111
"redis==6.4.0",
1212
"packageurl-python==0.17.6",

gcp/workers/worker/poetry.lock

Lines changed: 13 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.192.0",
7-
"google-cloud-pubsub==2.35.0",
6+
"google-api-python-client==2.193.0",
7+
"google-cloud-pubsub==2.36.0",
88
"google-cloud-ndb==2.4.0",
9-
"google-cloud-storage==3.9.0",
9+
"google-cloud-storage==3.10.1",
1010
"pyyaml==6.0.3",
1111
"redis==6.4.0",
1212
"packageurl-python==0.17.6",

0 commit comments

Comments
 (0)