diff --git a/pyproject.toml b/pyproject.toml index 9083508b..57e5e501 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "os_credits" -version = "2.0.0" +version = "2.1.0" description = "" authors = ["gilbus", "ekatchko"] @@ -9,7 +9,7 @@ python = "3.10.4" aiohttp = "3.9.1" aiohttp-swagger = "1.0.16" aiohttp_jinja2 = "1.5.1" -aiosmtplib = "2.0.2" +aiosmtplib = "3.0.1" asyncpg = "0.29.0" SQLAlchemy = "1.4.51" alembic = "1.12.1"