Bump phonenumbers from 9.0.17 to 9.0.18

Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.17 to 9.0.18.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.17...v9.0.18)

---
updated-dependencies:
- dependency-name: phonenumbers
  dependency-version: 9.0.18
  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-11-07 21:06:42 +00:00
committed by GitHub
parent 55acb27675
commit 2713efd4ee
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -3430,14 +3430,14 @@ install = ["zstandard (>=0.21.0)"]
[[package]]
name = "phonenumbers"
version = "9.0.17"
version = "9.0.18"
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.17-py2.py3-none-any.whl", hash = "sha256:180e4ec2e05f6d3150cbd63b1b6f26996f8738cd0657bcc8747fbd10184721ae"},
{file = "phonenumbers-9.0.17.tar.gz", hash = "sha256:4f7e06b2111640cd6b2a8e36d1c2dc3c1af0f5d6ab734a2bcf4c9aec2ad80b53"},
{file = "phonenumbers-9.0.18-py2.py3-none-any.whl", hash = "sha256:d3354454ac31c97f8a08121df97a7145b8dca641f734c6f1518a41c2f60c5764"},
{file = "phonenumbers-9.0.18.tar.gz", hash = "sha256:5537c61ba95b11b992c95e804da6e49193cc06b1224f632ade64631518a48ed1"},
]
[[package]]
@@ -5953,4 +5953,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 = "b6865843651b083e925b16d2930e3abd6ee225a5b23274cd7c2883780cdbdaec"
content-hash = "3a7329e3cbbb6bfd31a4160406b9979bf3e7228fca47f48fb8dbe637d1f73cd0"

View File

@@ -52,7 +52,7 @@ bleach = "^6.3.0"
geojson = "^3.2.0"
numpy = "^2.3.4"
ordered-set = "^4.1.0"
phonenumbers = "^9.0.17"
phonenumbers = "^9.0.18"
python-json-logger = "^4.0.0"
regex = "^2025.11.3"
shapely = "^2.1.2"