diff --git a/poetry.lock b/poetry.lock index 742eeec..34ef982 100644 --- a/poetry.lock +++ b/poetry.lock @@ -889,13 +889,13 @@ files = [ [[package]] name = "phonenumbers" -version = "8.13.48" +version = "8.13.50" description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers." optional = false python-versions = "*" files = [ - {file = "phonenumbers-8.13.48-py2.py3-none-any.whl", hash = "sha256:5c51939acefa390eb74119750afb10a85d3c628dc83fd62c52d6f532fcf5d205"}, - {file = "phonenumbers-8.13.48.tar.gz", hash = "sha256:62d8df9b0f3c3c41571c6b396f044ddd999d61631534001b8be7fdf7ba1b18f3"}, + {file = "phonenumbers-8.13.50-py2.py3-none-any.whl", hash = "sha256:bb95dbc0d9979c51f7ad94bcd780784938958861fbb4b75a2fe39ccd3d58954a"}, + {file = "phonenumbers-8.13.50.tar.gz", hash = "sha256:e05ac6fb7b98c6d719a87ea895b9fc153673b4a51f455ec9afaf557ef4629da6"}, ] [[package]] @@ -1958,4 +1958,4 @@ pgsql = ["psycopg"] [metadata] lock-version = "2.0" python-versions = "^3.12,<3.13" -content-hash = "6ea78242da43b6ced5747d1793a39ed420a8d84a2d7c4272573895347c3a08ba" +content-hash = "21168a0a90d2ffabe436cbd365fb7daeba622d7ee1c5c6b06002734d5e766fe2" diff --git a/pyproject.toml b/pyproject.toml index 088a8df..9a9901c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ pydantic = "^2.9.2" pydantic-settings = "^2.6.0" pydantic-extra-types = "^2.9.0" email-validator = "^2.2.0" -phonenumbers = "^8.13.48" +phonenumbers = "^8.13.50" python-dotenv = "^1.0.1" sqlalchemy = "^2.0.36" psycopg = {extras = ["binary", "pool"], version = "^3.2.3"}