diff --git a/poetry.lock b/poetry.lock index 979d00a..7c6e037 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -905,13 +905,13 @@ files = [ [[package]] name = "phonenumbers" -version = "8.13.51" +version = "8.13.52" 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.51-py2.py3-none-any.whl", hash = "sha256:3bdacc0a155c8761c2a0ba7fc5632fe1541e5291ab70a4f345ab80a5742874b6"}, - {file = "phonenumbers-8.13.51.tar.gz", hash = "sha256:e8f4969841a163a3df3cb3ed8c499f0e00d58b2a1ecaa661e84e1d5fee67335f"}, + {file = "phonenumbers-8.13.52-py2.py3-none-any.whl", hash = "sha256:e803210038ece9d208b129e3023dc20e656a820d6bf6f1cb0471d4164f54bada"}, + {file = "phonenumbers-8.13.52.tar.gz", hash = "sha256:fdc371ea6a4da052beb1225de63963d5a2fddbbff2bb53e3a957f360e0185f80"}, ] [[package]] @@ -1957,4 +1957,4 @@ pgsql = ["psycopg"] [metadata] lock-version = "2.0" python-versions = "^3.12,<3.13" -content-hash = "7a816a42dc1cca237b1ad97c12442eaf854fc434c49e897a58456ef866b6f51c" +content-hash = "d7376d0f61d1c4251cf6d1d8b4e641035040bdc9adc03811d584c78206ab1be7" diff --git a/pyproject.toml b/pyproject.toml index e33a122..c078fee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ pydantic = "^2.10.3" pydantic-settings = "^2.6.1" pydantic-extra-types = "^2.10.1" email-validator = "^2.2.0" -phonenumbers = "^8.13.51" +phonenumbers = "^8.13.52" python-dotenv = "^1.0.1" sqlalchemy = "^2.0.36" psycopg = {extras = ["binary", "pool"], version = "^3.2.3"}