From 1acc5f09f37c9f13d083fec4803b35c64bc20277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 11:16:35 +0000 Subject: [PATCH 1/2] Bump grpcio from 1.50.1 to 1.53.2 Bumps [grpcio](https://github.com/grpc/grpc) from 1.50.1 to 1.53.2. - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.50.1...v1.53.2) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8aac4f9..61b5682 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -grpcio==1.50.1 +grpcio==1.53.2 hm-pyhelper==0.14.32 From 84f4c005ac34ca7b5ce447349e3ec7a5a08daf1a Mon Sep 17 00:00:00 2001 From: Aaron Shaw Date: Tue, 30 Jul 2024 12:27:38 +0100 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 26b54e2..9e2f03b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ COPY requirements.txt requirements.txt # grpcio has to be installed from cache # hadolint ignore=DL3042,DL3018 RUN apk add --no-cache \ - python3=3.10.13-r0 \ + python3=3.10.14-r1 \ py3-grpcio=1.50.1-r0 \ gcompat=1.1.0-r0 \ i2c-tools=4.3-r1 && \