From 6c42cd75c84b966015eb0cfcceaa7dfa14f9a2a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 18:01:22 +0000 Subject: [PATCH] build(deps): bump aiosmtplib in /services/notification-service Bumps [aiosmtplib](https://github.com/cole/aiosmtplib) from 3.0.1 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.1...v5.1.1) --- updated-dependencies: - dependency-name: aiosmtplib dependency-version: 5.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/notification-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/notification-service/requirements.txt b/services/notification-service/requirements.txt index 377be3d..cba13b4 100644 --- a/services/notification-service/requirements.txt +++ b/services/notification-service/requirements.txt @@ -5,5 +5,5 @@ motor==3.6.1 pydantic==2.9.2 pydantic-settings==2.5.2 aiokafka==0.11.0 -aiosmtplib==3.0.1 +aiosmtplib==5.1.1 jinja2==3.1.4