From 7a10e2c7e007eef16d1415391876a49ca5a18f57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 18:16:34 +0200 Subject: [PATCH] Update mailchecker requirement from ~=5.0.0 to ~=5.0.1 (#112) Updates the requirements on [mailchecker](https://github.com/FGRibreau/mailchecker) to permit the latest version. - [Release notes](https://github.com/FGRibreau/mailchecker/releases) - [Changelog](https://github.com/FGRibreau/mailchecker/blob/master/CHANGELOG.md) - [Commits](https://github.com/FGRibreau/mailchecker/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: mailchecker dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4223884..f1648f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ ftfy ~= 6.0.0 -mailchecker ~= 5.0.0 +mailchecker ~= 5.0.1 phonenumbers ~= 8.12.55 python-dateutil ~= 2.8.2 python-fsutil ~= 0.6.1