From b68f68740c3bc4ba35d58e1c09745ab723c6fb89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 09:22:01 +0200 Subject: [PATCH] Update protobuf requirement from ==6.32.* to ==6.33.* (#5551) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.33.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 af1adc3a13..49abc090c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ dependencies = [ "phonenumberslite==9.0.*", "Pillow==11.3.*", "pretix-plugin-build", - "protobuf==6.32.*", + "protobuf==6.33.*", "psycopg2-binary", "pycountry", "pycparser==2.23",