diff --git a/poetry.lock b/poetry.lock index bc53231e6..c62bbf7d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3135,14 +3135,14 @@ install = ["zstandard (>=0.21.0)"] [[package]] name = "phonenumbers" -version = "9.0.8" +version = "9.0.9" 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.8-py2.py3-none-any.whl", hash = "sha256:53d357111c0ead0d6408ae443613b18d3a053431ca1ddf7e881457c0969afcf9"}, - {file = "phonenumbers-9.0.8.tar.gz", hash = "sha256:16f03f2cf65b5eee99ed25827d810febcab92b5d76f977e425fcd2e4ca6d4865"}, + {file = "phonenumbers-9.0.9-py2.py3-none-any.whl", hash = "sha256:13b91aa153f87675902829b38a556bad54824f9c121b89588bbb5fa8550d97ef"}, + {file = "phonenumbers-9.0.9.tar.gz", hash = "sha256:c640545019a07e68b0bea57a5fede6eef45c7391165d28935f45615f9a567a5b"}, ] [[package]] @@ -5511,4 +5511,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.9" -content-hash = "a1df2339590eac5c1239e4ad84a49705597232f8275b240d66793a5106a104ad" +content-hash = "ef279010ae70332a52ab17f808af5f2041c93bca4a327a346acb592316bf0dd7" diff --git a/pyproject.toml b/pyproject.toml index 500aca84f..1bd81cea8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ bleach = "^6.1.0" geojson = "^3.2.0" numpy = "^2.3.1" ordered-set = "^4.1.0" -phonenumbers = "^9.0.8" +phonenumbers = "^9.0.9" python-json-logger = "^3.3.0" regex = "^2024.11.6" shapely = "^2.1.1"