diff --git a/poetry.lock b/poetry.lock index 24ea6b4..7303d8b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "annotated-types" @@ -859,13 +859,13 @@ files = [ [[package]] name = "phonenumbers" -version = "8.13.45" +version = "8.13.46" 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.45-py2.py3-none-any.whl", hash = "sha256:bf05ec20fcd13f0d53e43a34ed7bd1c8be26a72b88fce4b8c64fca5b4641987a"}, - {file = "phonenumbers-8.13.45.tar.gz", hash = "sha256:53679a95b6060fd5e15467759252c87933d8566d6a5be00995a579eb0e02435b"}, + {file = "phonenumbers-8.13.46-py2.py3-none-any.whl", hash = "sha256:519422d407af066fdbf98e179ea2e214487060f26526d67871f817eefbbb2134"}, + {file = "phonenumbers-8.13.46.tar.gz", hash = "sha256:94bf18ba9725bb6868d29473b13f78ef01e2585c5cb561ec0200be7676e77452"}, ] [[package]] @@ -1913,4 +1913,4 @@ pgsql = ["psycopg"] [metadata] lock-version = "2.0" python-versions = "^3.12,<3.13" -content-hash = "7d929e3d7026ab854c7dae36aecb924f9ee9e529ba645829fae102feec22316f" +content-hash = "7642c16d2cac741cd240e466648d29fd39d6d6d2058a921522c7804dbf030fa7" diff --git a/pyproject.toml b/pyproject.toml index 9bf872a..77181b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ pydantic = "^2.9.2" pydantic-settings = "^2.5.2" pydantic-extra-types = "^2.9.0" email-validator = "^2.2.0" -phonenumbers = "^8.13.45" +phonenumbers = "^8.13.46" python-dotenv = "^1.0.1" sqlalchemy = "^2.0.35" psycopg = {extras = ["binary", "pool"], version = "^3.2.2"}