Bump phonenumbers from 9.0.20 to 9.0.21 (#3175)

Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.20 to 9.0.21.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/commits)

---
updated-dependencies:
- dependency-name: phonenumbers
  dependency-version: 9.0.21
  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]
2025-12-19 10:51:50 -05:00
committed by GitHub
parent 3822cc2a2f
commit 7ad5477a2f
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -2503,14 +2503,14 @@ install = ["zstandard (>=0.21.0)"]
[[package]]
name = "phonenumbers"
version = "9.0.20"
version = "9.0.21"
description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers."
optional = false
python-versions = "*"
python-versions = ">=2.5"
groups = ["main"]
files = [
{file = "phonenumbers-9.0.20-py2.py3-none-any.whl", hash = "sha256:03bf5dd14891891284ba96f803d0e5e7e11b9306a0ec4fdf25756ada39eacb86"},
{file = "phonenumbers-9.0.20.tar.gz", hash = "sha256:849788eec8e5a9737a99c8b906d18a62d9fced6497ba7033784b6a7e4c89bb2d"},
{file = "phonenumbers-9.0.21-py2.py3-none-any.whl", hash = "sha256:3a0f717fddf901a5a424f47c43fb72722cb45bd25ee87331987b00eafe6855bf"},
{file = "phonenumbers-9.0.21.tar.gz", hash = "sha256:df4145cba0a8b3ee9c425d5d9b5dbe1b4fceccc68b030ac549ea13c95592b602"},
]
[[package]]
@@ -4495,4 +4495,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 = "d8741a6b767764b412584dc4478c7f2ef7c68615141444c29cb969d8ffd0fec9"
content-hash = "48d97060e37b1885f80068312769659499539e9e502e48fd559729af939137f9"

View File

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