From e04b3cf4386c09bfaf906cc2b531a3166fcbe9b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:50:31 +0000 Subject: [PATCH] Bump phonenumbers from 9.0.6 to 9.0.7 Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.6 to 9.0.7. - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.6...v9.0.7) --- updated-dependencies: - dependency-name: phonenumbers dependency-version: 9.0.7 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 8e232bdbe..33b55c74c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3207,14 +3207,14 @@ install = ["zstandard (>=0.21.0)"] [[package]] name = "phonenumbers" -version = "9.0.6" +version = "9.0.7" 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.6-py2.py3-none-any.whl", hash = "sha256:b4a0f5a0dc30235b273d06acfe9afc2160cce4f1c8220067985ed81d72bb29a9"}, - {file = "phonenumbers-9.0.6.tar.gz", hash = "sha256:bfb228cfc4a5644f7c1a32ded1bd2ee6f8e3749e422fbdabd57661e86ad8872d"}, + {file = "phonenumbers-9.0.7-py2.py3-none-any.whl", hash = "sha256:306eb14d1eaeb82230a08aa1614d04c93322b65b1ded2fff585161ed7eca39fc"}, + {file = "phonenumbers-9.0.7.tar.gz", hash = "sha256:d4cc2aa36cbf9b0004c370f406d1510ddef56bba9e5f759471ef47e998d8a2f9"}, ] [[package]] @@ -5582,4 +5582,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.2" -content-hash = "aca0313b6e053bbfea847692157e09f1f2d86b33b445a46170c20916341125d8" +content-hash = "d7795e71e0ddbe98070fcc8a163db9742db86a74198e5af539af814a7ee3a12d" diff --git a/pyproject.toml b/pyproject.toml index b921ddd0b..0199666d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ bleach = "^6.1.0" geojson = "^3.2.0" numpy = "^2.2.6" ordered-set = "^4.1.0" -phonenumbers = "^9.0.6" +phonenumbers = "^9.0.7" python-json-logger = "^3.3.0" regex = "^2024.11.6" shapely = "^2.1.1"