From 3b97be13dbd36a50cb04553907afac57b5e4144b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 14:04:58 +0000 Subject: [PATCH] deps(analysis): bump the analysis-grpc-runtime group Bumps the analysis-grpc-runtime group in /services/analysis-service/src with 3 updates: [grpcio](https://github.com/grpc/grpc), [grpcio-health-checking](https://grpc.io) and [protobuf](https://github.com/protocolbuffers/protobuf). Updates `grpcio` from 1.81.1 to 1.82.1 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.81.1...v1.82.1) Updates `grpcio-health-checking` from 1.81.1 to 1.82.1 Updates `protobuf` from 6.33.5 to 7.35.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: grpcio dependency-version: 1.82.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: analysis-grpc-runtime - dependency-name: grpcio-health-checking dependency-version: 1.82.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: analysis-grpc-runtime - dependency-name: protobuf dependency-version: 7.35.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: analysis-grpc-runtime ... Signed-off-by: dependabot[bot] --- services/analysis-service/src/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/analysis-service/src/requirements.txt b/services/analysis-service/src/requirements.txt index f4199fcd..767cb611 100644 --- a/services/analysis-service/src/requirements.txt +++ b/services/analysis-service/src/requirements.txt @@ -1,9 +1,9 @@ fastapi==0.137.1 uvicorn[standard]==0.49.0 pydantic==2.13.4 -grpcio==1.81.1 -grpcio-health-checking==1.81.1 -protobuf==6.33.5 +grpcio==1.82.1 +grpcio-health-checking==1.82.1 +protobuf==7.35.1 prometheus-client==0.25.0 httpx==0.28.1 semgrep==1.166.0