Bump phonenumbers from 9.0.21 to 9.0.22 (#3205)

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-19 13:32:52 -05:00
committed by GitHub
parent a7d0687a90
commit 3b281b76c2
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2502,14 +2502,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]]
@@ -4510,4 +4510,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen
[metadata]
lock-version = "2.1"
python-versions = "^3.13.2"
content-hash = "d42b9a867cc927de12cb0fcbd62fcf3c45973b07bad5901fe6b22266a3d0d6d3"
content-hash = "4fc862c2b573453fc8dbbbc6b3f844918731265015edd7d77d277a5c621baa6b"

View File

@@ -50,7 +50,7 @@ geojson = "^3.1.0"
jmespath = "^1.0.1"
numpy = "^2.4.1"
ordered-set = "^4.1.0"
phonenumbers = "^9.0.21"
phonenumbers = "^9.0.22"
pycparser = "^2.23"
pyjwt = "^2.10.1"
python-json-logger = "^4.0.0"