Bump phonenumbers from 9.0.12 to 9.0.13 (#1951)

Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.12 to 9.0.13.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.12...v9.0.13)

---
updated-dependencies:
- dependency-name: phonenumbers
  dependency-version: 9.0.13
  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-08-30 22:32:09 +00:00
committed by GitHub
parent 1a608df512
commit 3da3abb812
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -3208,14 +3208,14 @@ install = ["zstandard (>=0.21.0)"]
[[package]]
name = "phonenumbers"
version = "9.0.12"
version = "9.0.13"
description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers."
optional = false
python-versions = "*"
groups = ["main"]
files = [
{file = "phonenumbers-9.0.12-py2.py3-none-any.whl", hash = "sha256:900633afc3e12191458d710262df5efc117838bd1e2e613b64fa254a86bb20a1"},
{file = "phonenumbers-9.0.12.tar.gz", hash = "sha256:ccadff6b949494bd606836d8c9678bee5b55cb1cbad1e98bf7adae108e6fd0be"},
{file = "phonenumbers-9.0.13-py2.py3-none-any.whl", hash = "sha256:b97661e177773e7509c6d503e0f537cd0af22aa3746231654590876eb9430915"},
{file = "phonenumbers-9.0.13.tar.gz", hash = "sha256:eca06e01382412c45316868f86a44bb217c02f9ee7196589041556a2f54a7639"},
]
[[package]]
@@ -5678,4 +5678,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.9"
content-hash = "58ffdca3d61ff0fb99f70b5fcab5f0dbb2111140ba9564ec26401a1bef189b2d"
content-hash = "6a317cca63315b791052f43971c5e6d66757a9d40f5fd1f7ef518e103765895a"

View File

@@ -52,7 +52,7 @@ bleach = "^6.1.0"
geojson = "^3.2.0"
numpy = "^2.3.2"
ordered-set = "^4.1.0"
phonenumbers = "^9.0.12"
phonenumbers = "^9.0.13"
python-json-logger = "^3.3.0"
regex = "^2025.7.34"
shapely = "^2.1.1"