From a61388337f5d94f7e664f06f7675f9335bbc76cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Aug 2021 06:23:47 +0000 Subject: [PATCH] Bump fastapi-mail from 0.3.7 to 0.4.1 Bumps [fastapi-mail](https://github.com/sabuhish/fastapi-mail) from 0.3.7 to 0.4.1. - [Release notes](https://github.com/sabuhish/fastapi-mail/releases) - [Commits](https://github.com/sabuhish/fastapi-mail/compare/0.3.7...0.4.1) --- updated-dependencies: - dependency-name: fastapi-mail dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b6219a42..b650271d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -245,7 +245,7 @@ test = ["pytest (==6.0.1)", "pytest-cov (==2.10.0)", "coveralls (==2.1.2)"] [[package]] name = "fastapi-mail" -version = "0.3.7" +version = "0.4.1" description = "Simple lightwigh mail sending for FastApi" category = "main" optional = false @@ -933,7 +933,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "d14fca8343f5de627f9f98ef0349cb8ab62082fe254fad632c693023fc6ceb8d" +content-hash = "7febde1d684aa91669ddb1fa71e4fc4dfcdff3962f632e951931b3f80e8d5194" [metadata.files] aiohttp = [ @@ -1104,8 +1104,8 @@ fastapi-jwt-auth = [ {file = "fastapi_jwt_auth-0.5.0-py3-none-any.whl", hash = "sha256:43110a227e36f93b99257a1c79e66df8ed3d4c893291db8f9db2686192011f17"}, ] fastapi-mail = [ - {file = "fastapi-mail-0.3.7.tar.gz", hash = "sha256:639d18b9ca8477bab4a8c20fdf2d01672a12761cb2d08dac4a87154cd581e9f6"}, - {file = "fastapi_mail-0.3.7-py3-none-any.whl", hash = "sha256:979eda1f518f2524d6a9ddd4b32b6c4690b56310de89034e7e4832f36a3d4acd"}, + {file = "fastapi-mail-0.4.1.tar.gz", hash = "sha256:9b774b64672fb47a6ceb67e45db5bd031694f8b19d15db8597d1c390122e3031"}, + {file = "fastapi_mail-0.4.1-py3-none-any.whl", hash = "sha256:46ea8d622bf0a1fe7563249706f6600017a28a43a22809ba96e7129b1e0fc31d"}, ] google-auth = [ {file = "google-auth-1.30.0.tar.gz", hash = "sha256:9ad25fba07f46a628ad4d0ca09f38dcb262830df2ac95b217f9b0129c9e42206"}, diff --git a/pyproject.toml b/pyproject.toml index 57f018bf..64b70973 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = ["dacot@uoct.cl"] python = "^3.8" fastapi = "^0.63.0" mongoengine = "^0.23.0" -fastapi-mail = "^0.3.7" +fastapi-mail = "^0.4.1" python-magic = "^0.4.22" requests = "^2.25.1" mongomock = "^3.22.1"