From 5b55b8124194e3ed11f4ffec7ef6cb0ee172afe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 13:29:23 +0000 Subject: [PATCH] Update protobuf requirement from <8,>=6 to >=7.35.0,<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.0 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 b289e60fb..09449e173 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.0,<8 tzdata>=2026.2 tzlocal>=5.3.1,<6 zeroconf>=0.149.16,<2.0