From 49d402cf5e543a7184a49c2ff5c14785fb4f7b9d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 05:40:14 +0000 Subject: [PATCH] :arrow_up: Bump email-validator from 1.0.3 to 1.0.5 Bumps [email-validator](https://github.com/JoshData/python-email-validator) from 1.0.3 to 1.0.5. - [Release notes](https://github.com/JoshData/python-email-validator/releases) - [Commits](https://github.com/JoshData/python-email-validator/compare/v1.0.3...v1.0.5) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f9a9da8..159c6ed 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ "requests==2.21.0", "SQLAlchemy==1.3.1", "pre-commit==1.14.4", - "email-validator==1.0.3", + "email-validator==1.0.5", "python-multipart==0.0.5", ], setup_requires=["pytest-runner"],