diff --git a/poetry.lock b/poetry.lock index 78505d009..dbfb58ed8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2342,14 +2342,14 @@ install = ["zstandard (>=0.21.0)"] [[package]] name = "phonenumbers" -version = "9.0.9" +version = "9.0.10" 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.9-py2.py3-none-any.whl", hash = "sha256:13b91aa153f87675902829b38a556bad54824f9c121b89588bbb5fa8550d97ef"}, - {file = "phonenumbers-9.0.9.tar.gz", hash = "sha256:c640545019a07e68b0bea57a5fede6eef45c7391165d28935f45615f9a567a5b"}, + {file = "phonenumbers-9.0.10-py2.py3-none-any.whl", hash = "sha256:13b12d269be1f2b363c9bc2868656a7e2e8b50f1a1cef629c75005da6c374c6b"}, + {file = "phonenumbers-9.0.10.tar.gz", hash = "sha256:c2d15a6a9d0534b14a7764f51246ada99563e263f65b80b0251d1a760ac4a1ba"}, ] [[package]] @@ -4129,4 +4129,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.9" -content-hash = "0088e9d59915e02adcab419c35d78240b67a80eb9a0428646ecbe3cc607131fb" +content-hash = "a4e21f463dbe0b8e468d76ee8bf3d898cd9dd31e7ca06e007e6ae79a54f26730" diff --git a/pyproject.toml b/pyproject.toml index 23fc2e6b2..c2deb4363 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ geojson = "^3.1.0" jmespath = "^1.0.1" numpy = "^2.3.1" ordered-set = "^4.1.0" -phonenumbers = "^9.0.9" +phonenumbers = "^9.0.10" pycparser = "^2.22" pyjwt = "^2.10.1" python-json-logger = "^3.3.0"