Bump phonenumbers from 9.0.10 to 9.0.11

Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.10 to 9.0.11.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/r9.0.10...v9.0.11)

---
updated-dependencies:
- dependency-name: phonenumbers
  dependency-version: 9.0.11
  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]
2025-08-07 21:36:40 +00:00
committed by GitHub
parent a1155faab9
commit 9fa7280b63
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -3194,14 +3194,14 @@ install = ["zstandard (>=0.21.0)"]
[[package]]
name = "phonenumbers"
version = "9.0.10"
version = "9.0.11"
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.10-py2.py3-none-any.whl", hash = "sha256:13b12d269be1f2b363c9bc2868656a7e2e8b50f1a1cef629c75005da6c374c6b"},
{file = "phonenumbers-9.0.10.tar.gz", hash = "sha256:c2d15a6a9d0534b14a7764f51246ada99563e263f65b80b0251d1a760ac4a1ba"},
{file = "phonenumbers-9.0.11-py2.py3-none-any.whl", hash = "sha256:a8ebb2136f1f14dfdbadb98be01cb71b96f880dea011eb5e0921967fe3a23abf"},
{file = "phonenumbers-9.0.11.tar.gz", hash = "sha256:6573858dcf0a7a2753a071375e154d9fc11791546c699b575af95d2ba7d84a1d"},
]
[[package]]
@@ -5664,4 +5664,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.9"
content-hash = "51acf32bf8bc46e17d269d2877fdfae61711d7a95f29b3b8c39c0d5acdc0e3cb"
content-hash = "47f9defc1c96a044c3e4d72ad8b1e26181bec84b2c437324d4c996c43d17fa51"

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.10"
phonenumbers = "^9.0.11"
python-json-logger = "^3.3.0"
regex = "^2025.7.34"
shapely = "^2.1.1"