From eb1d493fba3bbd9566f658dc4c5dd3c1eeac9e3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 02:05:21 +0000 Subject: [PATCH] chore(deps): update aiosmtpd requirement from ~=1.4.5 to ~=1.4.6 Updates the requirements on [aiosmtpd](https://github.com/aio-libs/aiosmtpd) to permit the latest version. - [Release notes](https://github.com/aio-libs/aiosmtpd/releases) - [Changelog](https://github.com/aio-libs/aiosmtpd/blob/master/release.py) - [Commits](https://github.com/aio-libs/aiosmtpd/compare/v1.4.5...v1.4.6) --- updated-dependencies: - dependency-name: aiosmtpd dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b226aa0..ab717bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ setuptools~=69.5.1 requests~=2.31.0 -aiosmtpd~=1.4.5 +aiosmtpd~=1.4.6 pyyaml~=6.0 pyOpenSSL~=24.1.0 pylint~=2.14.5