Bump phonenumbers from 9.0.24 to 9.0.25 (#3289)

Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.24 to 9.0.25.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.24...v9.0.25)

---
updated-dependencies:
- dependency-name: phonenumbers
  dependency-version: 9.0.25
  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-02-27 11:46:48 -05:00
committed by GitHub
parent e1bb913866
commit d08cd1bb9a
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2511,14 +2511,14 @@ install = ["zstandard (>=0.21.0)"]
[[package]]
name = "phonenumbers"
version = "9.0.24"
version = "9.0.25"
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.24-py2.py3-none-any.whl", hash = "sha256:fa86ab7112ef8b286a811392311bd76bbbae7d1d271c2ed26cf73f2e9fa4d3c6"},
{file = "phonenumbers-9.0.24.tar.gz", hash = "sha256:97c38e4b5b8af992c75de01bd9c0f84e61701a9c900fd84f49744714910a4dc3"},
{file = "phonenumbers-9.0.25-py2.py3-none-any.whl", hash = "sha256:b1fd6c20d588f5bcd40af3899d727a9f536364211ec6eac554fcd75ca58992a3"},
{file = "phonenumbers-9.0.25.tar.gz", hash = "sha256:a5f236fa384c6a77378d7836c8e486ade5f984ad2e8e6cc0dbe5124315cdc81b"},
]
[[package]]
@@ -4522,4 +4522,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 = "ca1b84449eda0e5a33c6082c0e4ab633c8229c64bee67796ab27295d2fc38fe9"
content-hash = "3c183dda43dae49f2a7dab278b73e3de8ff40f40959b55ef81edbaef602d8895"

View File

@@ -50,7 +50,7 @@ geojson = "^3.1.0"
jmespath = "^1.1.0"
numpy = "^2.4.2"
ordered-set = "^4.1.0"
phonenumbers = "^9.0.24"
phonenumbers = "^9.0.25"
pycparser = "^3.0"
pyjwt = "^2.11.0"
python-json-logger = "^4.0.0"