Update phonenumberslite requirement from ==8.11.* to >=8.11,<8.13 in /src (#2291)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-11-09 09:49:52 +01:00
committed by GitHub
parent 909e7906ff
commit 51166786ee

View File

@@ -202,7 +202,7 @@ setup(
'openpyxl==3.0.*',
'packaging',
'paypalrestsdk==1.13.*',
'phonenumberslite==8.11.*',
'phonenumberslite>=8.11,<8.13',
'Pillow==8.*',
'protobuf==3.15.*',
'psycopg2-binary',