diff --git a/poetry.lock b/poetry.lock index 12e988640..6bfa0119b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2518,14 +2518,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]] @@ -4527,4 +4527,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "bd1ac73ad576e93182163f6b1674da6dba4cf85398b0a0e3bccdc4c3faef0c83" +content-hash = "899fc146740fd635c783b560703388fba2f1ffb03149966c701ec0dd50dc5b92" diff --git a/pyproject.toml b/pyproject.toml index 6876e14cd..299a4eeeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ geojson = "^3.1.0" jmespath = "^1.1.0" numpy = "^2.4.2" ordered-set = "^4.1.0" -phonenumbers = "^9.0.23" +phonenumbers = "^9.0.24" pycparser = "^3.0" pyjwt = "^2.11.0" python-json-logger = "^4.0.0"