Skip to content

Commit 31d8cac

Browse files
committed
chore(deps): update gcp-services-python
1 parent 0f41e3c commit 31d8cac

6 files changed

Lines changed: 71 additions & 59 deletions

File tree

gcp/api/poetry.lock

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

gcp/api/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires-python = ">=3.13,<4.0"
44
dependencies = [
55
"google-cloud-ndb==2.4.0",
66
"google-cloud-logging==3.13.0",
7-
"packaging==24.2",
7+
"packaging==26.0",
88
"requests==2.32.5",
99
"grpcio==1.75.0",
1010
"grpcio-reflection==1.75.0",
@@ -21,7 +21,7 @@ osv = { path = "../../", develop = true }
2121

2222
[tool.poetry.group.dev.dependencies]
2323
grpcio-tools = "*"
24-
mypy-protobuf = "^3.6.0"
24+
mypy-protobuf = "^5.0.0"
2525
yapf = "*"
2626
pylint = "*"
2727

gcp/functions/pypi/poetry.lock

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

gcp/functions/pypi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pypi-publish"
33
requires-python = ">=3.13,<4.0"
44
dependencies = [
5-
"cryptography (==44.0.3)",
5+
"cryptography (==46.0.4)",
66
"google-cloud-secret-manager (==2.26.0)",
77
"osv (==0.1.2)",
88
"requests (==2.32.5)",

gcp/workers/oss_fuzz_worker/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ dependencies = [
66
"google-api-python-client==2.188.0",
77
"google-cloud-pubsub==2.34.0",
88
"google-cloud-ndb==2.4.0",
9-
"google-cloud-storage==2.19.0",
9+
"google-cloud-storage==3.8.0",
1010
"pyyaml==6.0.3",
11-
"redis==5.3.1",
11+
"redis==7.1.0",
1212
"packageurl-python==0.17.6",
1313
"pygit2==1.19.1",
1414
"requests==2.32.5",

gcp/workers/worker/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ dependencies = [
66
"google-api-python-client==2.188.0",
77
"google-cloud-pubsub==2.34.0",
88
"google-cloud-ndb==2.4.0",
9-
"google-cloud-storage==2.19.0",
9+
"google-cloud-storage==3.8.0",
1010
"pyyaml==6.0.3",
11-
"redis==5.3.1",
11+
"redis==7.1.0",
1212
"packageurl-python==0.17.6",
1313
"pygit2==1.19.1",
1414
"requests==2.32.5",

0 commit comments

Comments
 (0)