From 14b489a7d4a0bc425f437aba5601cc8e5d3e9601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 11:32:58 +0000 Subject: [PATCH] chore(deps): bump aiosmtplib from 5.1.2 to 5.1.3 in /backend Bumps [aiosmtplib](https://github.com/cole/aiosmtplib) from 5.1.2 to 5.1.3. - [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.2...v5.1.3) --- updated-dependencies: - dependency-name: aiosmtplib dependency-version: 5.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 5b0dcaf..1d4c394 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -15,7 +15,7 @@ python-dotenv==1.2.3 email-validator==2.3.0 authlib==1.8.0 itsdangerous==2.2.0 -aiosmtplib==5.1.2 +aiosmtplib==5.1.3 cryptography==50.0.1 pytest==9.1.1 pytest-asyncio==1.4.0