diff --git a/poetry.lock b/poetry.lock index 24ea6b4..67d1b82 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.47" 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.47-py2.py3-none-any.whl", hash = "sha256:5d3c0142ef7055ca5551884352e3b6b93bfe002a0bc95b8eaba39b0e2184541b"}, + {file = "phonenumbers-8.13.47.tar.gz", hash = "sha256:53c5e7c6d431cafe4efdd44956078404ae9bc8b0eacc47be3105d3ccc88aaffa"}, ] [[package]] @@ -1913,4 +1913,4 @@ pgsql = ["psycopg"] [metadata] lock-version = "2.0" python-versions = "^3.12,<3.13" -content-hash = "7d929e3d7026ab854c7dae36aecb924f9ee9e529ba645829fae102feec22316f" +content-hash = "29d14057ca29153bc6c0dbcf8a16faa2829b275fd1e85debf949fd767b5137cb" diff --git a/pyproject.toml b/pyproject.toml index 9bf872a..cdec114 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.47" python-dotenv = "^1.0.1" sqlalchemy = "^2.0.35" psycopg = {extras = ["binary", "pool"], version = "^3.2.2"}