From 2f7a00e66080d4e3994c7ec462daad69670a51c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 15:17:32 +0200 Subject: [PATCH] Update protobuf requirement from ==6.30.* to ==6.31.* (#5222) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a43cb106..20c4a7930 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ dependencies = [ "phonenumberslite==9.0.*", "Pillow==11.2.*", "pretix-plugin-build", - "protobuf==6.30.*", + "protobuf==6.31.*", "psycopg2-binary", "pycountry", "pycparser==2.22",