From c43076a405b4030a4c498ab9931284a20723e2eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 11:33:52 +0300 Subject: [PATCH] Update email-validator requirement from ^1.3.0 to ^2.0.0 (#501) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chayim --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52bb4dd..c84e05a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ pytest-cov = "^4.0.0" pytest-xdist = "^3.1.0" unasync = "^0.5.0" pytest-asyncio = "^0.20.3" -email-validator = "^1.3.0" +email-validator = "^2.0.0" tox = "^3.26.0" tox-pyenv = "^1.1.0"