Bump phonenumbers from 9.0.5 to 9.0.6

Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.5 to 9.0.6.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.5...v9.0.6)

---
updated-dependencies:
- dependency-name: phonenumbers
  dependency-version: 9.0.6
  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-05-29 13:12:28 +00:00
committed by GitHub
parent 500dc80557
commit 47a3c6dc91
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -3225,14 +3225,14 @@ install = ["zstandard (>=0.21.0)"]
[[package]] [[package]]
name = "phonenumbers" name = "phonenumbers"
version = "9.0.5" version = "9.0.6"
description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers." description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers."
optional = false optional = false
python-versions = "*" python-versions = "*"
groups = ["main"] groups = ["main"]
files = [ files = [
{file = "phonenumbers-9.0.5-py2.py3-none-any.whl", hash = "sha256:7acef19817868a6f9cbc0d628dc5ad447b3768137e3d53c70dd6827a1ac040ba"}, {file = "phonenumbers-9.0.6-py2.py3-none-any.whl", hash = "sha256:b4a0f5a0dc30235b273d06acfe9afc2160cce4f1c8220067985ed81d72bb29a9"},
{file = "phonenumbers-9.0.5.tar.gz", hash = "sha256:70fde168a92dd9c73f57872359515181d6cde6bb8e7ec5660e94c4ca45692c50"}, {file = "phonenumbers-9.0.6.tar.gz", hash = "sha256:bfb228cfc4a5644f7c1a32ded1bd2ee6f8e3749e422fbdabd57661e86ad8872d"},
] ]
[[package]] [[package]]
@@ -5600,4 +5600,4 @@ cffi = ["cffi (>=1.11)"]
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.12.2" python-versions = "^3.12.2"
content-hash = "ea3dc12e603ebccb609676abe8b50753d8989e420beec96d62665cdddf8748dc" content-hash = "50c80fbb40846d040a8270b0b984e3853c3e0bd9717cd2d8366654006eeb231c"

View File

@@ -54,7 +54,7 @@ bleach = "^6.1.0"
geojson = "^3.2.0" geojson = "^3.2.0"
numpy = "^2.2.6" numpy = "^2.2.6"
ordered-set = "^4.1.0" ordered-set = "^4.1.0"
phonenumbers = "^9.0.5" phonenumbers = "^9.0.6"
python-json-logger = "^3.3.0" python-json-logger = "^3.3.0"
regex = "^2024.11.6" regex = "^2024.11.6"
shapely = "^2.1.1" shapely = "^2.1.1"