diff --git a/poetry.lock b/poetry.lock index cb4f7c3bf..da3ab24b6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3381,14 +3381,14 @@ install = ["zstandard (>=0.21.0)"] [[package]] name = "phonenumbers" -version = "9.0.23" +version = "9.0.24" description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers." optional = false python-versions = ">=2.5" groups = ["main"] files = [ - {file = "phonenumbers-9.0.23-py2.py3-none-any.whl", hash = "sha256:f29651fb72ba4d22d2691bb0b432f1d2c93fd49cc7b89aa6c11bd6b0e4167412"}, - {file = "phonenumbers-9.0.23.tar.gz", hash = "sha256:e5aa44844684ffb4928f25a7b8c31dbf6e3763138cb13edd2ab03bf6d4803d98"}, + {file = "phonenumbers-9.0.24-py2.py3-none-any.whl", hash = "sha256:fa86ab7112ef8b286a811392311bd76bbbae7d1d271c2ed26cf73f2e9fa4d3c6"}, + {file = "phonenumbers-9.0.24.tar.gz", hash = "sha256:97c38e4b5b8af992c75de01bd9c0f84e61701a9c900fd84f49744714910a4dc3"}, ] [[package]] @@ -5979,4 +5979,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 = "4533ff3f6d83a9e0e3d51c27dba65548ff2192e853f7b0916300cc6441fc0f17" +content-hash = "bddb9e20e5ce1479b1299bc98732b0f35ff473ac9a24ea21f96d1592ece95577" diff --git a/pyproject.toml b/pyproject.toml index 3d2f163ae..0598a959f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ bleach = "^6.3.0" geojson = "^3.2.0" numpy = "^2.4.2" ordered-set = "^4.1.0" -phonenumbers = "^9.0.23" +phonenumbers = "^9.0.24" python-json-logger = "^4.0.0" regex = "^2026.1.15" shapely = "^2.1.2"