diff --git a/poetry.lock b/poetry.lock index 742eeec..c8773fd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -889,13 +889,13 @@ files = [ [[package]] name = "phonenumbers" -version = "8.13.48" +version = "8.13.49" 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.49-py2.py3-none-any.whl", hash = "sha256:e17140955ab3d8f9580727372ea64c5ada5327932d6021ef6fd203c3db8c8139"}, + {file = "phonenumbers-8.13.49.tar.gz", hash = "sha256:e608ccb61f0bd42e6db1d2c421f7c22186b88f494870bf40aa31d1a2718ab0ae"}, ] [[package]] @@ -1958,4 +1958,4 @@ pgsql = ["psycopg"] [metadata] lock-version = "2.0" python-versions = "^3.12,<3.13" -content-hash = "6ea78242da43b6ced5747d1793a39ed420a8d84a2d7c4272573895347c3a08ba" +content-hash = "132b3bd9ceddbc55bee2d5a0ee33cb81536885b37bf25112b4ba881163cab392" diff --git a/pyproject.toml b/pyproject.toml index 088a8df..6be6e91 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.49" python-dotenv = "^1.0.1" sqlalchemy = "^2.0.36" psycopg = {extras = ["binary", "pool"], version = "^3.2.3"}