From 3da3abb8125272dc9191c414bd12ce3a359890fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 22:32:09 +0000 Subject: [PATCH] Bump phonenumbers from 9.0.12 to 9.0.13 (#1951) Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.12 to 9.0.13. - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.12...v9.0.13) --- updated-dependencies: - dependency-name: phonenumbers dependency-version: 9.0.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9c9fbcd31..1e25c0bbc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3208,14 +3208,14 @@ install = ["zstandard (>=0.21.0)"] [[package]] name = "phonenumbers" -version = "9.0.12" +version = "9.0.13" description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers." optional = false python-versions = "*" groups = ["main"] files = [ - {file = "phonenumbers-9.0.12-py2.py3-none-any.whl", hash = "sha256:900633afc3e12191458d710262df5efc117838bd1e2e613b64fa254a86bb20a1"}, - {file = "phonenumbers-9.0.12.tar.gz", hash = "sha256:ccadff6b949494bd606836d8c9678bee5b55cb1cbad1e98bf7adae108e6fd0be"}, + {file = "phonenumbers-9.0.13-py2.py3-none-any.whl", hash = "sha256:b97661e177773e7509c6d503e0f537cd0af22aa3746231654590876eb9430915"}, + {file = "phonenumbers-9.0.13.tar.gz", hash = "sha256:eca06e01382412c45316868f86a44bb217c02f9ee7196589041556a2f54a7639"}, ] [[package]] @@ -5678,4 +5678,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.9" -content-hash = "58ffdca3d61ff0fb99f70b5fcab5f0dbb2111140ba9564ec26401a1bef189b2d" +content-hash = "6a317cca63315b791052f43971c5e6d66757a9d40f5fd1f7ef518e103765895a" diff --git a/pyproject.toml b/pyproject.toml index 9ebbc75de..0223066ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ bleach = "^6.1.0" geojson = "^3.2.0" numpy = "^2.3.2" ordered-set = "^4.1.0" -phonenumbers = "^9.0.12" +phonenumbers = "^9.0.13" python-json-logger = "^3.3.0" regex = "^2025.7.34" shapely = "^2.1.1"