From 800cce380a665ccacc0d882dadf4614b489cfaa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 19:28:38 +0000 Subject: [PATCH] Update protobuf requirement from <8,>=6 to >=7.35.1,<8 Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.35.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 64d70be93..e47e6da0f 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ aiohappyeyeballs>=2.6.2 async-interrupt>=1.2.2 -protobuf>=6,<8 +protobuf>=7.35.1,<8 tzdata>=2026.2 tzlocal>=5.3.1,<6 zeroconf>=0.150.0,<2.0