Skip to content

Commit df9da9e

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

7 files changed

Lines changed: 230 additions & 231 deletions

File tree

gcp/api/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
name = "api-backend"
33
requires-python = ">=3.13,<4.0"
44
dependencies = [
5-
"google-cloud-ndb==2.4.0",
6-
"google-cloud-logging==3.13.0",
7-
"packaging==26.0",
8-
"requests==2.33.0",
5+
"google-cloud-ndb==2.5.0",
6+
"google-cloud-logging==3.15.0",
7+
"packaging==26.2",
8+
"requests==2.33.1",
99
"grpcio==1.75.0",
1010
"grpcio-reflection==1.75.0",
1111
"grpcio-health-checking==1.75.0",

gcp/functions/pypi/poetry.lock

Lines changed: 14 additions & 15 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name = "pypi-publish"
33
requires-python = ">=3.13,<4.0"
44
dependencies = [
55
"cryptography (==46.0.7)",
6-
"google-cloud-secret-manager (==2.26.0)",
7-
"osv (==0.1.2)",
8-
"requests (==2.33.0)",
6+
"google-cloud-secret-manager (==2.28.0)",
7+
"osv (==0.1.3)",
8+
"requests (==2.33.1)",
99
]
1010
[tool.poetry]
1111
package-mode = false

0 commit comments

Comments
 (0)