diff --git a/pyproject.toml b/pyproject.toml index d4b51c5..6500b08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -127,7 +127,7 @@ io = [ parse = [ "ftfy >= 6.0.0, < 7.0.0", "mailchecker >= 4.1.0, < 7.0.0", - "phonenumbers >= 8.12.0, < 9.0.0", + "phonenumbers >= 8.12.0, < 10.0.0", "python-dateutil >= 2.8.0, < 3.0.0", ] s3 = [ diff --git a/requirements.txt b/requirements.txt index 8679d01..5a534c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ boto3 == 1.35.90 ftfy == 6.3.1 mailchecker == 6.0.14 openpyxl == 3.1.5 -phonenumbers == 8.13.52 +phonenumbers == 9.0.2 python-dateutil == 2.9.0.post0 python-fsutil == 0.14.1 python-slugify == 8.0.4