From afe927728aa0ff9f4b4468df24a023cbd973c172 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 14:17:16 +0000 Subject: [PATCH] Bump phonenumbers from 9.0.22 to 9.0.23 (#2206) Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.22 to 9.0.23. - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.22...v9.0.23) --- updated-dependencies: - dependency-name: phonenumbers dependency-version: 9.0.23 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 926f7ce83..7f460e2e2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3381,14 +3381,14 @@ install = ["zstandard (>=0.21.0)"] [[package]] name = "phonenumbers" -version = "9.0.22" +version = "9.0.23" description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers." optional = false python-versions = ">=2.5" groups = ["main"] files = [ - {file = "phonenumbers-9.0.22-py2.py3-none-any.whl", hash = "sha256:645e66cd9a136b3b257b5f941fa97d324124114d31ad3c9f2488682f47ad7ee1"}, - {file = "phonenumbers-9.0.22.tar.gz", hash = "sha256:eff985c65575749d1d54e07c56c3517d5243e03e08e4a6191761df9aab2278f2"}, + {file = "phonenumbers-9.0.23-py2.py3-none-any.whl", hash = "sha256:f29651fb72ba4d22d2691bb0b432f1d2c93fd49cc7b89aa6c11bd6b0e4167412"}, + {file = "phonenumbers-9.0.23.tar.gz", hash = "sha256:e5aa44844684ffb4928f25a7b8c31dbf6e3763138cb13edd2ab03bf6d4803d98"}, ] [[package]] @@ -5978,4 +5978,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 = "990a094d4b0ce1aa96717e59cb1e78420ce45eb425c66b55a518f2715b2d1694" +content-hash = "8c292e75ed7b18fb368b5c11abb0e1b71bb675f08c8fbff2bd659bea533aa888" diff --git a/pyproject.toml b/pyproject.toml index c6d3d37bf..88c18d2cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ bleach = "^6.3.0" geojson = "^3.2.0" numpy = "^2.4.2" ordered-set = "^4.1.0" -phonenumbers = "^9.0.22" +phonenumbers = "^9.0.23" python-json-logger = "^4.0.0" regex = "^2026.1.15" shapely = "^2.1.2"