From 43edbe321db0fe43aba315309a80be130b64b149 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 31 May 2020 14:58:11 +0100 Subject: [PATCH] Bump email-validator from 1.1.0 to 1.1.1 (#1538) Bumps [email-validator](https://github.com/JoshData/python-email-validator) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/JoshData/python-email-validator/releases) - [Commits](https://github.com/JoshData/python-email-validator/compare/v1.1.0...v1.1.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3fcf585..c448eef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ -r tests/requirements.txt devtools==0.5.1 -email-validator==1.1.0 +email-validator==1.1.1 dataclasses==0.6; python_version < '3.7' typing-extensions==3.7.4.1; python_version < '3.8' python-dotenv==0.13.0