From 2b7682f96f63954975c7ef413ae9de26179aea1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 05:11:21 +0000 Subject: [PATCH] chore(deps)(deps): bump aiosmtplib from 3.0.2 to 5.1.2 in /backend Bumps [aiosmtplib](https://github.com/cole/aiosmtplib) from 3.0.2 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/v3.0.2...v5.1.2) --- updated-dependencies: - dependency-name: aiosmtplib dependency-version: 5.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index c08a16b..06af0ad 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -22,7 +22,7 @@ APScheduler==3.10.4 python-crontab==3.0.0 croniter==6.2.2 python-dateutil==2.9.0 -aiosmtplib==3.0.2 +aiosmtplib==5.1.2 sentry-sdk[fastapi]==2.19.0 jinja2>=3.1.0 prometheus-client==0.21.0