From ca8fc435cd2dca3851d729fc4224cba493f1ceff Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2019 22:54:19 +0000 Subject: [PATCH] :arrow_up: Bump email-validator from 1.0.3 to 1.0.4 Bumps [email-validator](https://github.com/JoshData/python-email-validator) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/JoshData/python-email-validator/releases) - [Commits](https://github.com/JoshData/python-email-validator/compare/v1.0.3...v1.0.4) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f9a9da8..a76e306 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.4", "python-multipart==0.0.5", ], setup_requires=["pytest-runner"],