Bump phonenumbers from 9.0.7 to 9.0.8

Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.7 to 9.0.8.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.7...v9.0.8)

---
updated-dependencies:
- dependency-name: phonenumbers
  dependency-version: 9.0.8
  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-06-26 13:45:59 +00:00
committed by GitHub
parent e6dd0e3b04
commit 5448e60a31
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -3187,14 +3187,14 @@ install = ["zstandard (>=0.21.0)"]
[[package]]
name = "phonenumbers"
version = "9.0.7"
version = "9.0.8"
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.7-py2.py3-none-any.whl", hash = "sha256:306eb14d1eaeb82230a08aa1614d04c93322b65b1ded2fff585161ed7eca39fc"},
{file = "phonenumbers-9.0.7.tar.gz", hash = "sha256:d4cc2aa36cbf9b0004c370f406d1510ddef56bba9e5f759471ef47e998d8a2f9"},
{file = "phonenumbers-9.0.8-py2.py3-none-any.whl", hash = "sha256:53d357111c0ead0d6408ae443613b18d3a053431ca1ddf7e881457c0969afcf9"},
{file = "phonenumbers-9.0.8.tar.gz", hash = "sha256:16f03f2cf65b5eee99ed25827d810febcab92b5d76f977e425fcd2e4ca6d4865"},
]
[[package]]
@@ -5563,4 +5563,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.2"
content-hash = "0a1228bb90b79f1759d5cbe92c176e5d2073d13f20677a90028be4ac7222452e"
content-hash = "93ccf6e11b76f9dd5ffa82aabc0b9f5405d171fd22d4ee4c65843e60f0d2d547"

View File

@@ -52,7 +52,7 @@ bleach = "^6.1.0"
geojson = "^3.2.0"
numpy = "^2.3.1"
ordered-set = "^4.1.0"
phonenumbers = "^9.0.7"
phonenumbers = "^9.0.8"
python-json-logger = "^3.3.0"
regex = "^2024.11.6"
shapely = "^2.1.1"