From c3052e8b57c51ab63f11f761bd9f7ec91e9065d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 14:13:08 +0000 Subject: [PATCH] chore(deps): bump aiosmtplib Bumps the backend-pip-security group with 1 update in the /apps/backend directory: [aiosmtplib](https://github.com/cole/aiosmtplib). Updates `aiosmtplib` from 3.0.2 to 5.1.1 - [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/v3.0.2...v5.1.1) --- updated-dependencies: - dependency-name: aiosmtplib dependency-version: 5.1.1 dependency-type: direct:production dependency-group: backend-pip-security ... Signed-off-by: dependabot[bot] --- apps/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/backend/requirements.txt b/apps/backend/requirements.txt index d30157e3..dbafa4ac 100644 --- a/apps/backend/requirements.txt +++ b/apps/backend/requirements.txt @@ -69,7 +69,7 @@ email-validator==2.2.0 # canonical asyncio-native SMTP client; pairs cleanly with httpx for the # Slack / Teams webhook channels and avoids spawning threads from the FastAPI # event loop just to send mail. -aiosmtplib==3.0.2 +aiosmtplib==5.1.1 # Scan-gap G2 — HTML → PDF for the vulnerability report download. weasyprint # needs native libs (libpango / cairo / gdk-pixbuf) installed in the image # (see apps/backend/Dockerfile* for the apt list). It is imported LAZILY in