Skip to content

Commit d8667ca

Browse files
chore(deps): update all dependencies (#2252)
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 93bbaa2 commit d8667ca

File tree

3 files changed

+220
-220
lines changed

3 files changed

+220
-220
lines changed

packages/gapic-generator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim
1+
FROM python:3.13-slim
22

33
# Install system packages.
44
RUN apt-get update \

packages/gapic-generator/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ http_archive(
7373
# instantiated in grpc_deps().
7474
http_archive(
7575
name = "com_google_protobuf",
76-
sha256 = "b2340aa47faf7ef10a0328190319d3f3bee1b24f426d4ce8f4253b6f27ce16db",
77-
strip_prefix = "protobuf-28.2",
78-
urls = ["https://github.com/protocolbuffers/protobuf/archive/v28.2.tar.gz"],
76+
sha256 = "7c3ebd7aaedd86fa5dc479a0fda803f602caaf78d8aff7ce83b89e1b8ae7442a",
77+
strip_prefix = "protobuf-28.3",
78+
urls = ["https://github.com/protocolbuffers/protobuf/archive/v28.3.tar.gz"],
7979
)
8080
load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")
8181

0 commit comments

Comments
 (0)