From 136f6d7cf343bd9cded9da77f4c5a1c3329654bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 17:21:46 +0000 Subject: [PATCH] feat(Dependencies): Update dependency aiosmtplib to v3 | datasource | package | from | to | | ---------- | ---------- | ----- | ----- | | pypi | aiosmtplib | 2.0.2 | 3.0.1 | --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"