Merge pull request #1845 from GSA/dependabot/pip/phonenumbers-9.0.10

Bump phonenumbers from 9.0.9 to 9.0.10
This commit is contained in:
ccostino
2025-07-21 11:40:02 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -3137,14 +3137,14 @@ install = ["zstandard (>=0.21.0)"]
[[package]]
name = "phonenumbers"
version = "9.0.9"
version = "9.0.10"
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.9-py2.py3-none-any.whl", hash = "sha256:13b91aa153f87675902829b38a556bad54824f9c121b89588bbb5fa8550d97ef"},
{file = "phonenumbers-9.0.9.tar.gz", hash = "sha256:c640545019a07e68b0bea57a5fede6eef45c7391165d28935f45615f9a567a5b"},
{file = "phonenumbers-9.0.10-py2.py3-none-any.whl", hash = "sha256:13b12d269be1f2b363c9bc2868656a7e2e8b50f1a1cef629c75005da6c374c6b"},
{file = "phonenumbers-9.0.10.tar.gz", hash = "sha256:c2d15a6a9d0534b14a7764f51246ada99563e263f65b80b0251d1a760ac4a1ba"},
]
[[package]]
@@ -5513,4 +5513,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.9"
content-hash = "3df860962839edc1362c64a5dff4d52c626e28c23dc26ac94d104dfbd27d967d"
content-hash = "c37c3f72a7eddbde3d96de818f1b2d8e86cb1b4448cc548f687cafa6bb42211e"

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.9"
phonenumbers = "^9.0.10"
python-json-logger = "^3.3.0"
regex = "^2024.11.6"
shapely = "^2.1.1"