From 345ad35fcfd668f08d1d3e8271e7b2c15230df70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 13:52:44 +0100 Subject: [PATCH] Update protobuf requirement from ==6.33.* to ==7.34.* (#5945) 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.34.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f04657f13..133ca2bc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ dependencies = [ "phonenumberslite==9.0.*", "Pillow==12.1.*", "pretix-plugin-build", - "protobuf==6.33.*", + "protobuf==7.34.*", "psycopg2-binary", "pycountry", "pycparser==3.0",