From 9f9d18b17f98e753f447b3dd4d0a63550bfde1d9 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 26 Apr 2021 11:50:18 +0200 Subject: [PATCH] Update protobuf package --- src/requirements/production.txt | 2 +- src/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index e5664b3713..af451f811e 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -68,6 +68,6 @@ arabic-reshaper==2.0.15 # Support for Aabic in reportlab packaging tlds>=2020041600 text-unidecode==1.* -protobuf==3.13.* +protobuf==3.15.* cryptography>=3.4.2 sepaxml==2.4.*,>=2.4.1 diff --git a/src/setup.py b/src/setup.py index b609ee1f6b..dcd0745863 100644 --- a/src/setup.py +++ b/src/setup.py @@ -214,7 +214,7 @@ setup( 'packaging', 'tlds>=2020041600', 'text-unidecode==1.*', - 'protobuf==3.13.*', + 'protobuf==3.15.*', 'cryptography>=3.4.2', 'sepaxml==2.4.*,>=2.4.1', ],