Merge pull request #1916 from GSA/dependabot/pip/phonenumbers-9.0.12

Bump phonenumbers from 9.0.11 to 9.0.12
This commit is contained in:
ccostino
2025-08-18 10:26:54 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -3181,14 +3181,14 @@ install = ["zstandard (>=0.21.0)"]
[[package]]
name = "phonenumbers"
version = "9.0.11"
version = "9.0.12"
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.11-py2.py3-none-any.whl", hash = "sha256:a8ebb2136f1f14dfdbadb98be01cb71b96f880dea011eb5e0921967fe3a23abf"},
{file = "phonenumbers-9.0.11.tar.gz", hash = "sha256:6573858dcf0a7a2753a071375e154d9fc11791546c699b575af95d2ba7d84a1d"},
{file = "phonenumbers-9.0.12-py2.py3-none-any.whl", hash = "sha256:900633afc3e12191458d710262df5efc117838bd1e2e613b64fa254a86bb20a1"},
{file = "phonenumbers-9.0.12.tar.gz", hash = "sha256:ccadff6b949494bd606836d8c9678bee5b55cb1cbad1e98bf7adae108e6fd0be"},
]
[[package]]
@@ -5651,4 +5651,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.9"
content-hash = "04e4744eec62ee1bfccd68d2ca9858dbb349b7e80779747b6f65422d6952266a"
content-hash = "78f308d5a61d52a7725bba5df3a20ef4d5d599e5e11d9f4fb0b5f6c6fa626fcf"

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