Merge pull request #1762 from GSA/dependabot/pip/phonenumbers-9.0.7

Bump phonenumbers from 9.0.6 to 9.0.7
This commit is contained in:
ccostino
2025-06-10 10:48:52 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -3207,14 +3207,14 @@ install = ["zstandard (>=0.21.0)"]
[[package]]
name = "phonenumbers"
version = "9.0.6"
version = "9.0.7"
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.6-py2.py3-none-any.whl", hash = "sha256:b4a0f5a0dc30235b273d06acfe9afc2160cce4f1c8220067985ed81d72bb29a9"},
{file = "phonenumbers-9.0.6.tar.gz", hash = "sha256:bfb228cfc4a5644f7c1a32ded1bd2ee6f8e3749e422fbdabd57661e86ad8872d"},
{file = "phonenumbers-9.0.7-py2.py3-none-any.whl", hash = "sha256:306eb14d1eaeb82230a08aa1614d04c93322b65b1ded2fff585161ed7eca39fc"},
{file = "phonenumbers-9.0.7.tar.gz", hash = "sha256:d4cc2aa36cbf9b0004c370f406d1510ddef56bba9e5f759471ef47e998d8a2f9"},
]
[[package]]
@@ -5582,4 +5582,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.2"
content-hash = "aca0313b6e053bbfea847692157e09f1f2d86b33b445a46170c20916341125d8"
content-hash = "d7795e71e0ddbe98070fcc8a163db9742db86a74198e5af539af814a7ee3a12d"

View File

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