From 7fc5f1324d14d5addbaa377bc7818dcc38797664 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 10:25:00 -0400 Subject: [PATCH] Bump phonenumbers from 9.0.14 to 9.0.15 (#1999) Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.14 to 9.0.15. - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.14...v9.0.15) --- updated-dependencies: - dependency-name: phonenumbers dependency-version: 9.0.15 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 ecb546480..c33804cb3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3269,14 +3269,14 @@ install = ["zstandard (>=0.21.0)"] [[package]] name = "phonenumbers" -version = "9.0.14" +version = "9.0.15" 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.14-py2.py3-none-any.whl", hash = "sha256:6bdf5c46dbfefa1d941d122432d1958418d1dfe3f8c8c81d4c8e80f5442ea41f"}, - {file = "phonenumbers-9.0.14.tar.gz", hash = "sha256:98afb3e86bf9ae02cc7c98ca44fa8827babb72842f90da9884c5d998937572ae"}, + {file = "phonenumbers-9.0.15-py2.py3-none-any.whl", hash = "sha256:269b73bc05258e8fd57582770b9559307099ea677c8f1dc5272476f661344776"}, + {file = "phonenumbers-9.0.15.tar.gz", hash = "sha256:345ff7f23768332d866f37732f815cdf1d33c7f0961246562a5c5b78c12c3ff3"}, ] [[package]] @@ -5798,4 +5798,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "a995175e1e68ad12cca8c44a9af5892c28d513f92736ae12a46b7c561439d6ae" +content-hash = "29b1687ac7b445c4bc39a3a1cd3589b5dfc8f4bd769c7a95f7e3f821202ea2d5" diff --git a/pyproject.toml b/pyproject.toml index a448386f5..20ca692e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ bleach = "^6.1.0" geojson = "^3.2.0" numpy = "^2.3.3" ordered-set = "^4.1.0" -phonenumbers = "^9.0.13" +phonenumbers = "^9.0.15" python-json-logger = "^3.3.0" regex = "^2025.9.18" shapely = "^2.1.2"