Update protobuf package

This commit is contained in:
Raphael Michel
2021-04-26 11:50:18 +02:00
parent a0a3967ceb
commit 9f9d18b17f
2 changed files with 2 additions and 2 deletions

View File

@@ -68,6 +68,6 @@ arabic-reshaper==2.0.15 # Support for Aabic in reportlab
packaging packaging
tlds>=2020041600 tlds>=2020041600
text-unidecode==1.* text-unidecode==1.*
protobuf==3.13.* protobuf==3.15.*
cryptography>=3.4.2 cryptography>=3.4.2
sepaxml==2.4.*,>=2.4.1 sepaxml==2.4.*,>=2.4.1

View File

@@ -214,7 +214,7 @@ setup(
'packaging', 'packaging',
'tlds>=2020041600', 'tlds>=2020041600',
'text-unidecode==1.*', 'text-unidecode==1.*',
'protobuf==3.13.*', 'protobuf==3.15.*',
'cryptography>=3.4.2', 'cryptography>=3.4.2',
'sepaxml==2.4.*,>=2.4.1', 'sepaxml==2.4.*,>=2.4.1',
], ],