From 1da00f575a1db70a85862fd709501cd4de579e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 18:55:19 +0000 Subject: [PATCH] Update protobuf requirement from ==6.31.* to ==6.32.* Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.32.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 bf6318eb3d..38812d4880 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ dependencies = [ "phonenumberslite==9.0.*", "Pillow==11.3.*", "pretix-plugin-build", - "protobuf==6.31.*", + "protobuf==6.32.*", "psycopg2-binary", "pycountry", "pycparser==2.22",