From 996621c028391aeb1cd174225cbd55d04c14eb6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 09:54:16 +0200 Subject: [PATCH] Update protobuf requirement from ==4.22.* to ==4.23.* (#3299) 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 c5cb3756b..5123e8cd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ dependencies = [ "PyJWT==2.6.*", "phonenumberslite==8.13.*", "Pillow==9.5.*", - "protobuf==4.22.*", + "protobuf==4.23.*", "psycopg2-binary", "pycountry", "pycparser==2.21",