From 189c61f21f61560932199c1b180b6029b60991e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 15:19:18 +0000 Subject: [PATCH] Bump phonenumbers from 9.0.19 to 9.0.20 (#2122) Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.19 to 9.0.20. - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.19...v9.0.20) --- updated-dependencies: - dependency-name: phonenumbers dependency-version: 9.0.20 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 6307d00bd..092b2ad80 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3414,14 +3414,14 @@ install = ["zstandard (>=0.21.0)"] [[package]] name = "phonenumbers" -version = "9.0.19" +version = "9.0.20" 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.19-py2.py3-none-any.whl", hash = "sha256:004abdfe2010518c2383f148515664a742e8a5d5540e07c049735c139d7e8b09"}, - {file = "phonenumbers-9.0.19.tar.gz", hash = "sha256:e0674e31554362f4d95383558f7aefde738ef2e7bf96d28a10afd3e87d63a65c"}, + {file = "phonenumbers-9.0.20-py2.py3-none-any.whl", hash = "sha256:03bf5dd14891891284ba96f803d0e5e7e11b9306a0ec4fdf25756ada39eacb86"}, + {file = "phonenumbers-9.0.20.tar.gz", hash = "sha256:849788eec8e5a9737a99c8b906d18a62d9fced6497ba7033784b6a7e4c89bb2d"}, ] [[package]] @@ -6011,4 +6011,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 = "10dadf883bf0c932f96d46da3b9ab02a4ccf4acbac5d33a861a18ef8185d00a2" +content-hash = "7c4deac7ea81721d124b6dae6c20da70fea11891121ef2e48056014d0622b179" diff --git a/pyproject.toml b/pyproject.toml index fb921e15a..25c7520e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ bleach = "^6.3.0" geojson = "^3.2.0" numpy = "^2.3.5" ordered-set = "^4.1.0" -phonenumbers = "^9.0.19" +phonenumbers = "^9.0.20" python-json-logger = "^4.0.0" regex = "^2025.11.3" shapely = "^2.1.2"