upgrade aiosmtpd to 1.4.2

This commit is contained in:
Son Nguyen Kim 2021-09-09 11:47:14 +02:00
parent defd7b159d
commit db55f289c1
1 changed files with 6 additions and 3 deletions

9
poetry.lock generated
View File

@ -18,14 +18,16 @@ speedups = ["aiodns", "brotlipy", "cchardet"]
[[package]]
name = "aiosmtpd"
version = "1.2"
version = "1.4.2"
description = "aiosmtpd - asyncio based SMTP server"
category = "main"
optional = false
python-versions = "*"
python-versions = "~=3.6"
[package.dependencies]
atpublic = "*"
attrs = "*"
typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
[[package]]
name = "aiosmtplib"
@ -1769,7 +1771,8 @@ aiohttp = [
{file = "aiohttp-3.6.2.tar.gz", hash = "sha256:259ab809ff0727d0e834ac5e8a283dc5e3e0ecc30c4d80b3cd17a4139ce1f326"},
]
aiosmtpd = [
{file = "aiosmtpd-1.2.tar.gz", hash = "sha256:b7ea7ee663f3b8514d3224d55c4e8827148277b124ea862a0bbfca1bc899aef5"},
{file = "aiosmtpd-1.4.2-py3-none-any.whl", hash = "sha256:314f70b74cb8474882cef396b186fbfad8660c7b52be5c1937f3c31df14232a4"},
{file = "aiosmtpd-1.4.2.tar.gz", hash = "sha256:aa891d010d2097274189078c6ce2a59a167f3fb2e974e028b572a61e92e1549c"},
]
aiosmtplib = [
{file = "aiosmtplib-1.1.4-py3-none-any.whl", hash = "sha256:93e53edac183f1a608bc34464efeef23902e59e949017b1682014f59ecdcd37d"},