From bb558c9a2b4eb3c6360fd36e6731054a831ddfce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 02:23:04 +0000 Subject: [PATCH] Update protobuf requirement from ==7.34.* to ==7.35.* 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 525ffe0d25..7de6dd601d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ dependencies = [ "phonenumberslite==9.0.*", "Pillow==12.2.*", "pretix-plugin-build", - "protobuf==7.34.*", + "protobuf==7.35.*", "psycopg2-binary", "pycountry", "pycparser==3.0",