Skip to content

Commit fd0fc0d

Browse files
committed
fix(deps): update gcp-services-python
1 parent e129fde commit fd0fc0d

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

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: 6 additions & 6 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires-python = ">=3.13,<3.14"
44
dependencies = [
55
"google-auth-httplib2==0.3.0",
66
"google-api-python-client==2.192.0",
7-
"google-cloud-pubsub==2.35.0",
7+
"google-cloud-pubsub==2.36.0",
88
"google-cloud-ndb==2.4.0",
99
"google-cloud-storage==3.9.0",
1010
"pyyaml==6.0.3",

gcp/workers/worker/poetry.lock

Lines changed: 6 additions & 6 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires-python = ">=3.13,<3.14"
44
dependencies = [
55
"google-auth-httplib2==0.3.0",
66
"google-api-python-client==2.192.0",
7-
"google-cloud-pubsub==2.35.0",
7+
"google-cloud-pubsub==2.36.0",
88
"google-cloud-ndb==2.4.0",
99
"google-cloud-storage==3.9.0",
1010
"pyyaml==6.0.3",

0 commit comments

Comments
 (0)