Merge pull request #1698 from GSA/dependabot/pip/phonenumbers-9.0.5

Bump phonenumbers from 9.0.4 to 9.0.5
This commit is contained in:
Alex Janousek
2025-05-12 14:28:27 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -3104,14 +3104,14 @@ setuptools = "*"
[[package]] [[package]]
name = "phonenumbers" name = "phonenumbers"
version = "9.0.4" version = "9.0.5"
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.4-py2.py3-none-any.whl", hash = "sha256:ac8aa9d4679da5078547aeb159d78c2b60f8d0fb4eafdc7cf464069039b30ccd"}, {file = "phonenumbers-9.0.5-py2.py3-none-any.whl", hash = "sha256:7acef19817868a6f9cbc0d628dc5ad447b3768137e3d53c70dd6827a1ac040ba"},
{file = "phonenumbers-9.0.4.tar.gz", hash = "sha256:b1530fc2a7b67e4c37c63e8e736c7e6efe2fed283c1bbb5c08c4511ec0c160ed"}, {file = "phonenumbers-9.0.5.tar.gz", hash = "sha256:70fde168a92dd9c73f57872359515181d6cde6bb8e7ec5660e94c4ca45692c50"},
] ]
[[package]] [[package]]
@@ -5337,4 +5337,4 @@ propcache = ">=0.2.1"
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.12.2" python-versions = "^3.12.2"
content-hash = "28c60e29b3712204c3d92bbb0ed288bf365f6f7875650678e9297b66a3721142" content-hash = "88ea795206b3f09aed3114aa4735211f155dc06fb32d8b042fda1b0df8de903f"

View File

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