Bump phonenumbers from 9.0.21 to 9.0.22 (#2174)

Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.21 to 9.0.22.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.21...v9.0.22)

---
updated-dependencies:
- dependency-name: phonenumbers
  dependency-version: 9.0.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-01-21 09:04:16 -05:00
committed by GitHub
parent e58691ba2b
commit df362aa998
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -3413,14 +3413,14 @@ install = ["zstandard (>=0.21.0)"]
[[package]]
name = "phonenumbers"
version = "9.0.21"
version = "9.0.22"
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.21-py2.py3-none-any.whl", hash = "sha256:3a0f717fddf901a5a424f47c43fb72722cb45bd25ee87331987b00eafe6855bf"},
{file = "phonenumbers-9.0.21.tar.gz", hash = "sha256:df4145cba0a8b3ee9c425d5d9b5dbe1b4fceccc68b030ac549ea13c95592b602"},
{file = "phonenumbers-9.0.22-py2.py3-none-any.whl", hash = "sha256:645e66cd9a136b3b257b5f941fa97d324124114d31ad3c9f2488682f47ad7ee1"},
{file = "phonenumbers-9.0.22.tar.gz", hash = "sha256:eff985c65575749d1d54e07c56c3517d5243e03e08e4a6191761df9aab2278f2"},
]
[[package]]
@@ -6006,4 +6006,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 = "f8394cf1d362ba086ea2eaa8ec336ef0f5bf1f69286e5cfb673fe619e4bab774"
content-hash = "6e94b12b564ab9eaae971ed9d791c67ab265e58d50f0e6d028beb33514db63ad"

View File

@@ -52,7 +52,7 @@ bleach = "^6.3.0"
geojson = "^3.2.0"
numpy = "^2.4.0"
ordered-set = "^4.1.0"
phonenumbers = "^9.0.21"
phonenumbers = "^9.0.22"
python-json-logger = "^4.0.0"
regex = "^2025.11.3"
shapely = "^2.1.2"