From 12efaddb740fb16c3f1f8d068ef126a8eaee8105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 06:37:25 +0000 Subject: [PATCH] chore(deps): update protobuf requirement from >=7.34.1 to >=7.35.0 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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3ae0626..dffa402 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ mutagen>=1.47.0 # falls back to the SQLite sounds.db which only returns locally downloaded # samples (see docs/2026-04-14-bugs-discovered.md — P0-2). grpcio>=1.80.0 -protobuf>=7.34.1 +protobuf>=7.35.0 # Known benign warning during install: # ERROR: pip's dependency resolver does not currently take into account