From 8240c943e1b2ae2dd0ddabf8f4d84de2c6e652e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 15:57:19 +0000 Subject: [PATCH] Bump phonenumbers from 8.13.52 to 9.0.13 Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.52 to 9.0.13. - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.52...v9.0.13) --- updated-dependencies: - dependency-name: phonenumbers dependency-version: 9.0.13 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d4b51c53..6500b08e 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 6b05f152..d92ed95f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ boto3 == 1.40.27 ftfy == 6.3.1 mailchecker == 6.0.18 openpyxl == 3.1.5 -phonenumbers == 8.13.52 +phonenumbers == 9.0.13 python-dateutil == 2.9.0.post0 python-fsutil == 0.15.0 python-slugify == 8.0.4