diff --git a/poetry.lock b/poetry.lock index ac818d550..b5db612ca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2503,14 +2503,14 @@ install = ["zstandard (>=0.21.0)"] [[package]] name = "phonenumbers" -version = "9.0.20" +version = "9.0.21" description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers." optional = false -python-versions = "*" +python-versions = ">=2.5" groups = ["main"] files = [ - {file = "phonenumbers-9.0.20-py2.py3-none-any.whl", hash = "sha256:03bf5dd14891891284ba96f803d0e5e7e11b9306a0ec4fdf25756ada39eacb86"}, - {file = "phonenumbers-9.0.20.tar.gz", hash = "sha256:849788eec8e5a9737a99c8b906d18a62d9fced6497ba7033784b6a7e4c89bb2d"}, + {file = "phonenumbers-9.0.21-py2.py3-none-any.whl", hash = "sha256:3a0f717fddf901a5a424f47c43fb72722cb45bd25ee87331987b00eafe6855bf"}, + {file = "phonenumbers-9.0.21.tar.gz", hash = "sha256:df4145cba0a8b3ee9c425d5d9b5dbe1b4fceccc68b030ac549ea13c95592b602"}, ] [[package]] @@ -4495,4 +4495,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 = "d8741a6b767764b412584dc4478c7f2ef7c68615141444c29cb969d8ffd0fec9" +content-hash = "48d97060e37b1885f80068312769659499539e9e502e48fd559729af939137f9" diff --git a/pyproject.toml b/pyproject.toml index e60502b0b..b7605ce45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ geojson = "^3.1.0" jmespath = "^1.0.1" numpy = "^2.3.5" ordered-set = "^4.1.0" -phonenumbers = "^9.0.20" +phonenumbers = "^9.0.21" pycparser = "^2.23" pyjwt = "^2.10.1" python-json-logger = "^4.0.0"