diff --git a/poetry.lock b/poetry.lock index 7da582b2a..5c50ced91 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3381,14 +3381,14 @@ install = ["zstandard (>=0.21.0)"] [[package]] name = "phonenumbers" -version = "9.0.15" +version = "9.0.16" 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.15-py2.py3-none-any.whl", hash = "sha256:269b73bc05258e8fd57582770b9559307099ea677c8f1dc5272476f661344776"}, - {file = "phonenumbers-9.0.15.tar.gz", hash = "sha256:345ff7f23768332d866f37732f815cdf1d33c7f0961246562a5c5b78c12c3ff3"}, + {file = "phonenumbers-9.0.16-py2.py3-none-any.whl", hash = "sha256:3c019f10305c311005672f3a0cea4139fef0b949319a60635ee803cfaef4a2e2"}, + {file = "phonenumbers-9.0.16.tar.gz", hash = "sha256:4002542d987c453b333b54450a9f60a280ed7ec932afd7d5fa8dbe6c2379f10a"}, ] [[package]] @@ -5892,4 +5892,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "90b012e0bdf426c547f643e50d5505cb2ed293353d04f15d812a52177a8968a9" +content-hash = "4bab25f8c34b18a13a1814fba10def3c25426dff37f7bfe9c5635a4880986da1" diff --git a/pyproject.toml b/pyproject.toml index 36cd89971..d8bd5eb7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ bleach = "^6.1.0" geojson = "^3.2.0" numpy = "^2.3.3" ordered-set = "^4.1.0" -phonenumbers = "^9.0.15" +phonenumbers = "^9.0.16" python-json-logger = "^4.0.0" regex = "^2025.9.18" shapely = "^2.1.2"