From a9f09f5f10eb56d44152d9a5daaf74fe5e4f49f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:34:25 +0000 Subject: [PATCH] Bump phonenumbers from 9.0.16 to 9.0.17 Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.16 to 9.0.17. - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.16...v9.0.17) --- updated-dependencies: - dependency-name: phonenumbers dependency-version: 9.0.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c25461a47..54c84ff95 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3415,14 +3415,14 @@ install = ["zstandard (>=0.21.0)"] [[package]] name = "phonenumbers" -version = "9.0.16" +version = "9.0.17" 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.16-py2.py3-none-any.whl", hash = "sha256:3c019f10305c311005672f3a0cea4139fef0b949319a60635ee803cfaef4a2e2"}, - {file = "phonenumbers-9.0.16.tar.gz", hash = "sha256:4002542d987c453b333b54450a9f60a280ed7ec932afd7d5fa8dbe6c2379f10a"}, + {file = "phonenumbers-9.0.17-py2.py3-none-any.whl", hash = "sha256:180e4ec2e05f6d3150cbd63b1b6f26996f8738cd0657bcc8747fbd10184721ae"}, + {file = "phonenumbers-9.0.17.tar.gz", hash = "sha256:4f7e06b2111640cd6b2a8e36d1c2dc3c1af0f5d6ab734a2bcf4c9aec2ad80b53"}, ] [[package]] @@ -5926,4 +5926,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 = "8cc28554c22a1a4c396981875425734080e07c7144aed1eb573cc565eebdfce1" +content-hash = "66d1fa0da9127a0c439a29ac4a8fdd83f9d3e9ae5c062a3441c6225ef534eed9" diff --git a/pyproject.toml b/pyproject.toml index 78d486a90..d8a8c205d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ bleach = "^6.1.0" geojson = "^3.2.0" numpy = "^2.3.4" ordered-set = "^4.1.0" -phonenumbers = "^9.0.16" +phonenumbers = "^9.0.17" python-json-logger = "^4.0.0" regex = "^2025.10.23" shapely = "^2.1.2"