From 46fb3b810932eadafe3653b634c3ba1b627faba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 12:20:00 +0000 Subject: [PATCH] Bump phonenumbers from 8.13.52 to 9.0.10 Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.52 to 9.0.10. - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.52...r9.0.10) --- updated-dependencies: - dependency-name: phonenumbers dependency-version: 9.0.10 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 8679d01f..af7ed02c 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.10 python-dateutil == 2.9.0.post0 python-fsutil == 0.14.1 python-slugify == 8.0.4