fix: Update phonenumber library to handle new GY phone number format

The phonenumber library was updated from version 8.13.13 to 8.13.55 to address an issue where new Guyanese (GY) phone numbers starting with +592 7 were being incorrectly marked as invalid.  Previously, only numbers starting with +592 6 were recognized. This change ensures that users can now correctly submit phone numbers with the updated format in forms.
This commit is contained in:
Christopher McKay 2025-02-19 11:40:08 -04:00 committed by akhilnarang
parent 6d3e281e51
commit 4e39f2f108

View file

@ -48,7 +48,7 @@ dependencies = [
"openpyxl~=3.1.2",
"passlib~=1.7.4",
"pdfkit~=1.0.0",
"phonenumbers==8.13.13",
"phonenumbers==8.13.55",
"premailer~=3.10.0",
"psutil~=5.9.5",
"psycopg2-binary~=2.9.1",