From 9bf75662137c571accc5a594919dafbec2d1b84b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 16:18:09 +0000 Subject: [PATCH] Update protobuf requirement in the pip group across 1 directory Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. Updates `protobuf` to 6.31.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.19.4...v6.31.1) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.31.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b1ae39a9..5dd10ed3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ psutil~=7.0.0 requests~=2.32.4 grpcio~=1.71.0 -protobuf~=5.29.4 +protobuf~=6.31.1 docker~=7.1.0 typing-extensions~=4.13.0 pydantic~=2.11.1