diff --git a/poetry.lock b/poetry.lock index a51ab84b9..d02f7bdbf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "ago" @@ -2379,14 +2379,14 @@ install = ["zstandard (>=0.21.0)"] [[package]] name = "phonenumbers" -version = "9.0.6" +version = "9.0.7" 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.6-py2.py3-none-any.whl", hash = "sha256:b4a0f5a0dc30235b273d06acfe9afc2160cce4f1c8220067985ed81d72bb29a9"}, - {file = "phonenumbers-9.0.6.tar.gz", hash = "sha256:bfb228cfc4a5644f7c1a32ded1bd2ee6f8e3749e422fbdabd57661e86ad8872d"}, + {file = "phonenumbers-9.0.7-py2.py3-none-any.whl", hash = "sha256:306eb14d1eaeb82230a08aa1614d04c93322b65b1ded2fff585161ed7eca39fc"}, + {file = "phonenumbers-9.0.7.tar.gz", hash = "sha256:d4cc2aa36cbf9b0004c370f406d1510ddef56bba9e5f759471ef47e998d8a2f9"}, ] [[package]] @@ -4165,4 +4165,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.2" -content-hash = "d1d847c148c1abf5de23307c464dd81fe1d16c22417cb4c06390886bc0e3c8a4" +content-hash = "9cd113e927916e71ccbab592df3aac094e39ec4397caa9c0ab045b2387209f06" diff --git a/pyproject.toml b/pyproject.toml index f7ab64ba2..659ef7bc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ geojson = "^3.1.0" jmespath = "^1.0.1" numpy = "^2.2.6" ordered-set = "^4.1.0" -phonenumbers = "^9.0.6" +phonenumbers = "^9.0.7" pycparser = "^2.22" python-json-logger = "^3.3.0" redis = "^6.2.0"