Merge pull request #2208 from GSA/dependabot/pip/phonenumbers-8.13.52

Bump phonenumbers from 8.13.48 to 8.13.52
This commit is contained in:
Andrew Shumway
2025-01-13 10:28:11 -07:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1936,13 +1936,13 @@ files = [
[[package]] [[package]]
name = "phonenumbers" name = "phonenumbers"
version = "8.13.48" version = "8.13.52"
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 = "*"
files = [ files = [
{file = "phonenumbers-8.13.48-py2.py3-none-any.whl", hash = "sha256:5c51939acefa390eb74119750afb10a85d3c628dc83fd62c52d6f532fcf5d205"}, {file = "phonenumbers-8.13.52-py2.py3-none-any.whl", hash = "sha256:e803210038ece9d208b129e3023dc20e656a820d6bf6f1cb0471d4164f54bada"},
{file = "phonenumbers-8.13.48.tar.gz", hash = "sha256:62d8df9b0f3c3c41571c6b396f044ddd999d61631534001b8be7fdf7ba1b18f3"}, {file = "phonenumbers-8.13.52.tar.gz", hash = "sha256:fdc371ea6a4da052beb1225de63963d5a2fddbbff2bb53e3a957f360e0185f80"},
] ]
[[package]] [[package]]
@@ -3134,4 +3134,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.12.2" python-versions = "^3.12.2"
content-hash = "72cb98f132a839bf2dd832e8b9d7af29717a002b588dc60cff2d0d6580468583" content-hash = "3035525f7fc44291ea02b011d9fa6c0e84501d567417144e4d8fd6beebb11928"

View File

@@ -50,7 +50,7 @@ jmespath = "^1.0.1"
mistune = "0.8.4" mistune = "0.8.4"
numpy = "^1.26.4" numpy = "^1.26.4"
ordered-set = "^4.1.0" ordered-set = "^4.1.0"
phonenumbers = "^8.13.43" phonenumbers = "^8.13.52"
pycparser = "^2.22" pycparser = "^2.22"
python-json-logger = "^2.0.7" python-json-logger = "^2.0.7"
redis = "^5.0.8" redis = "^5.0.8"