From acd57f3560a439f2eefc50e033516066fe77596c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 23:38:48 +0000 Subject: [PATCH] chore(deps): bump aiosmtplib Bumps the pip group with 1 update in the /projects/backend/services/auth-service directory: [aiosmtplib](https://github.com/cole/aiosmtplib). Updates `aiosmtplib` from 5.1.1 to 5.1.2 - [Release notes](https://github.com/cole/aiosmtplib/releases) - [Changelog](https://github.com/cole/aiosmtplib/blob/main/CHANGELOG.rst) - [Commits](https://github.com/cole/aiosmtplib/compare/v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: aiosmtplib dependency-version: 5.1.2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- projects/backend/services/auth-service/poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/backend/services/auth-service/poetry.lock b/projects/backend/services/auth-service/poetry.lock index 25740bf5..822780a9 100644 --- a/projects/backend/services/auth-service/poetry.lock +++ b/projects/backend/services/auth-service/poetry.lock @@ -219,14 +219,14 @@ typing-extensions = {version = ">=4.2", markers = "python_version < \"3.13\""} [[package]] name = "aiosmtplib" -version = "5.1.1" +version = "5.1.2" description = "asyncio SMTP client" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "aiosmtplib-5.1.1-py3-none-any.whl", hash = "sha256:9d384f0c3d8906f745c1cf6819f073145bb2de8b10407905f5e2ee3389bfe6c7"}, - {file = "aiosmtplib-5.1.1.tar.gz", hash = "sha256:d9a35e9d170bc1a9f66e2fdfe7fd212f7eebb8c1581c621f79395d0bcaba7a68"}, + {file = "aiosmtplib-5.1.2-py3-none-any.whl", hash = "sha256:070d467cc329dafd0af59108ba5d217d973cba10309910fed359a2a7bfb52d7a"}, + {file = "aiosmtplib-5.1.2.tar.gz", hash = "sha256:04a0ea3c678f5b719f998f290dce010ca512e1385836d3944206299df03b060f"}, ] [package.extras]