diff --git a/poetry.lock b/poetry.lock index 37850b24..e00b0099 100644 --- a/poetry.lock +++ b/poetry.lock @@ -169,19 +169,19 @@ frozenlist = ">=1.1.0" [[package]] name = "aiosmtplib" -version = "2.0.2" +version = "3.0.1" description = "asyncio SMTP client" category = "main" optional = false -python-versions = ">=3.7,<4.0" +python-versions = ">=3.8,<4.0" files = [ - {file = "aiosmtplib-2.0.2-py3-none-any.whl", hash = "sha256:1e631a7a3936d3e11c6a144fb8ffd94bb4a99b714f2cb433e825d88b698e37bc"}, - {file = "aiosmtplib-2.0.2.tar.gz", hash = "sha256:138599a3227605d29a9081b646415e9e793796ca05322a78f69179f0135016a3"}, + {file = "aiosmtplib-3.0.1-py3-none-any.whl", hash = "sha256:abcceae7e820577307b4cda2041b2c25e5121469c0e186764ddf8e15b12064cd"}, + {file = "aiosmtplib-3.0.1.tar.gz", hash = "sha256:43580604b152152a221598be3037f0ae6359c2817187ac4433bd857bc3fc6513"}, ] [package.extras] -docs = ["sphinx (>=5.3.0,<6.0.0)", "sphinx_autodoc_typehints (>=1.7.0,<2.0.0)"] -uvloop = ["uvloop (>=0.14,<0.15)", "uvloop (>=0.14,<0.15)", "uvloop (>=0.17,<0.18)"] +docs = ["furo (>=2023.9.10,<2024.0.0)", "sphinx (>=7.0.0,<8.0.0)", "sphinx-copybutton (>=0.5.0,<0.6.0)", "sphinx_autodoc_typehints (>=1.24.0,<2.0.0)"] +uvloop = ["uvloop (>=0.18,<0.19)"] [[package]] name = "alabaster" @@ -2069,4 +2069,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.10.4" -content-hash = "0225ab3ee17477f6151f924990c050e5e95d8d574c4c9b321bf8797d5d39fc5e" +content-hash = "2cbd7e778e4bfe8abca1f6414f739995d88241bb3d06badfb4e2daff50d39c11" diff --git a/pyproject.toml b/pyproject.toml index a38b5d5a..3515eb7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ python = "3.10.4" aiohttp = "3.9.1" aiohttp-swagger = "1.0.16" aiohttp_jinja2 = "1.5.1" -aiosmtplib = "2.0.2" +aiosmtplib = "3.0.1" asyncpg = "0.29.0" SQLAlchemy = "1.4.50" alembic = "1.12.1"