Bump phonenumbers from 9.0.24 to 9.0.25

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>
This commit is contained in:
dependabot[bot]
2026-02-27 16:51:56 +00:00
committed by GitHub
parent a1569223b8
commit e4ff305e8b
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -3380,14 +3380,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]]
@@ -5982,4 +5982,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 = "e4a39ec819321987a78ff7670f29540a721526b68d2fdb131ce4e5f90473f46a"
content-hash = "25aafce9605b20640312565df65ddc908302f06db8b2bbca616a87b8b56ee767"

View File

@@ -51,7 +51,7 @@ bleach = "^6.3.0"
geojson = "^3.2.0"
numpy = "^2.4.2"
ordered-set = "^4.1.0"
phonenumbers = "^9.0.24"
phonenumbers = "^9.0.25"
python-json-logger = "^4.0.0"
regex = "^2026.2.19"
shapely = "^2.1.2"