From 1d54e2232fce2aec640ad50d23d430b1e5ad3e91 Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Fri, 24 May 2024 22:10:43 -0400 Subject: [PATCH] update deps --- Pipfile.lock | 6 +++--- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 1eea2a3..33e0d74 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -18,12 +18,12 @@ "default": { "aiosmtpd": { "hashes": [ - "sha256:78d7b14f859ad0e6de252b47f9cf1ca6f1c82a8b0f10a9e39bec7e915a6aa5fe", - "sha256:a196922f1903e54c4d37c53415b7613056d39e2b1e8249f324b9ee7a439be0f1" + "sha256:5a811826e1a5a06c25ebc3e6c4a704613eb9a1bcf6b78428fbe865f4f6c9a4b8", + "sha256:72c99179ba5aa9ae0abbda6994668239b64a5ce054471955fe75f581d2592475" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==1.4.5" + "version": "==1.4.6" }, "atpublic": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 07bc9f1..6a8cbcd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -i https://pypi.org/simple -aiosmtpd==1.4.5; python_version >= '3.8' +aiosmtpd==1.4.6; python_version >= '3.8' atpublic==4.1.0; python_version >= '3.8' attrs==23.2.0; python_version >= '3.7' python-jata==1.2; python_version >= '3.8'