From 4df5ba0d82f8cd415b80633a35eea3c55ddee8f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 08:59:22 -0400 Subject: [PATCH] Bump phonenumbers from 9.0.15 to 9.0.16 (#2996) Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.15 to 9.0.16. - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.15...v9.0.16) --- updated-dependencies: - dependency-name: phonenumbers dependency-version: 9.0.16 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 41b530a42..44f972dcb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2461,14 +2461,14 @@ install = ["zstandard (>=0.21.0)"] [[package]] name = "phonenumbers" -version = "9.0.15" +version = "9.0.16" 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.15-py2.py3-none-any.whl", hash = "sha256:269b73bc05258e8fd57582770b9559307099ea677c8f1dc5272476f661344776"}, - {file = "phonenumbers-9.0.15.tar.gz", hash = "sha256:345ff7f23768332d866f37732f815cdf1d33c7f0961246562a5c5b78c12c3ff3"}, + {file = "phonenumbers-9.0.16-py2.py3-none-any.whl", hash = "sha256:3c019f10305c311005672f3a0cea4139fef0b949319a60635ee803cfaef4a2e2"}, + {file = "phonenumbers-9.0.16.tar.gz", hash = "sha256:4002542d987c453b333b54450a9f60a280ed7ec932afd7d5fa8dbe6c2379f10a"}, ] [[package]] @@ -4398,4 +4398,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "2c3bf2305afa44e9168265fe852c41478cb33e82bcf260be6a79ec0091511fb1" +content-hash = "71adc41965576b70d0ed91a9f8c87979dbe3071885db29b77f076dc97990fa00" diff --git a/pyproject.toml b/pyproject.toml index cae5a8703..71bcea4d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ geojson = "^3.1.0" jmespath = "^1.0.1" numpy = "^2.3.3" ordered-set = "^4.1.0" -phonenumbers = "^9.0.15" +phonenumbers = "^9.0.16" pycparser = "^2.23" pyjwt = "^2.10.1" python-json-logger = "^4.0.0"