From 3842bf3d77ed4203350365f5b85a6c4ef3e764fd Mon Sep 17 00:00:00 2001 From: Kyle Pitzen Date: Tue, 18 Oct 2022 10:53:41 -0400 Subject: [PATCH] chore: bumps python grpcio versions in dockerfile --- .../20221018--protobuf--bumps-python-grpcio-version.yaml | 4 ++++ proto/build-container/Dockerfile | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 changelog/pending/20221018--protobuf--bumps-python-grpcio-version.yaml diff --git a/changelog/pending/20221018--protobuf--bumps-python-grpcio-version.yaml b/changelog/pending/20221018--protobuf--bumps-python-grpcio-version.yaml new file mode 100644 index 000000000000..409be0104205 --- /dev/null +++ b/changelog/pending/20221018--protobuf--bumps-python-grpcio-version.yaml @@ -0,0 +1,4 @@ +changes: +- type: chore + scope: protobuf + description: Bumps python grpcio version diff --git a/proto/build-container/Dockerfile b/proto/build-container/Dockerfile index c483ab916d35..466db2d6404c 100644 --- a/proto/build-container/Dockerfile +++ b/proto/build-container/Dockerfile @@ -53,6 +53,6 @@ RUN PROTOC_VERSION=3.20.1 \ PROTOC_GEN_GO_VERSION=1.5.2 \ NODEJS_GRPC_VERSION=1.24.2 \ NODEJS_GRPC_TOOLS_VERSION=1.8.1 \ - PYTHON_GRPCIO_VERSION=1.46.3 \ - PYTHON_GRPCIO_TOOLS_VERSION=1.46.3 \ + PYTHON_GRPCIO_VERSION=1.49.1 \ + PYTHON_GRPCIO_TOOLS_VERSION=1.49.1 \ /build-scripts/install-protobuf-tools.sh \ No newline at end of file