From f29372509793fd0411e46fc3d262ede5d0eb9db9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 19:32:09 +0000 Subject: [PATCH] Bump aiosmtplib from 2.0.1 to 3.0.2 Bumps [aiosmtplib](https://github.com/cole/aiosmtplib) from 2.0.1 to 3.0.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/v2.0.1...v3.0.2) --- updated-dependencies: - dependency-name: aiosmtplib dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b136e70..c13807e 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ REQUIRED = [ - 'aiosmtplib==3.0.1' + 'aiosmtplib==3.0.2' ] setup(