diff --git a/poetry.lock b/poetry.lock index 913276b5c..afb60d5af 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3225,14 +3225,14 @@ install = ["zstandard (>=0.21.0)"] [[package]] name = "phonenumbers" -version = "9.0.5" +version = "9.0.6" 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.5-py2.py3-none-any.whl", hash = "sha256:7acef19817868a6f9cbc0d628dc5ad447b3768137e3d53c70dd6827a1ac040ba"}, - {file = "phonenumbers-9.0.5.tar.gz", hash = "sha256:70fde168a92dd9c73f57872359515181d6cde6bb8e7ec5660e94c4ca45692c50"}, + {file = "phonenumbers-9.0.6-py2.py3-none-any.whl", hash = "sha256:b4a0f5a0dc30235b273d06acfe9afc2160cce4f1c8220067985ed81d72bb29a9"}, + {file = "phonenumbers-9.0.6.tar.gz", hash = "sha256:bfb228cfc4a5644f7c1a32ded1bd2ee6f8e3749e422fbdabd57661e86ad8872d"}, ] [[package]] @@ -5600,4 +5600,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.2" -content-hash = "ea3dc12e603ebccb609676abe8b50753d8989e420beec96d62665cdddf8748dc" +content-hash = "50c80fbb40846d040a8270b0b984e3853c3e0bd9717cd2d8366654006eeb231c" diff --git a/pyproject.toml b/pyproject.toml index 29069ac45..154bfd314 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ bleach = "^6.1.0" geojson = "^3.2.0" numpy = "^2.2.6" ordered-set = "^4.1.0" -phonenumbers = "^9.0.5" +phonenumbers = "^9.0.6" python-json-logger = "^3.3.0" regex = "^2024.11.6" shapely = "^2.1.1"