From 459cb47ca83e3a33f09ec33afaa5350edd024116 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 16:41:31 +0100 Subject: [PATCH] Update protobuf requirement from ==4.25.* to ==5.26.* (#3986) 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/compare/v4.25.0-rc1...v5.26.0) --- updated-dependencies: - dependency-name: protobuf 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 4830d04eb8..de329d20bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ dependencies = [ "phonenumberslite==8.13.*", "Pillow==10.2.*", "pretix-plugin-build", - "protobuf==4.25.*", + "protobuf==5.26.*", "psycopg2-binary", "pycountry", "pycparser==2.21",