From 6e0d486ff20686d4bb8005bdd0d229c954619d62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 00:03:12 +0000 Subject: [PATCH] Bump [pip]: Bump email-validator from 1.3.1 to 2.0.0.post2 Bumps [email-validator](https://github.com/JoshData/python-email-validator) from 1.3.1 to 2.0.0.post2. - [Release notes](https://github.com/JoshData/python-email-validator/releases) - [Changelog](https://github.com/JoshData/python-email-validator/blob/main/CHANGELOG.md) - [Commits](https://github.com/JoshData/python-email-validator/commits) --- updated-dependencies: - dependency-name: email-validator dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.test.txt b/requirements.test.txt index 9e7ad17..f143acd 100644 --- a/requirements.test.txt +++ b/requirements.test.txt @@ -1,5 +1,5 @@ redis==4.5.4 -email-validator==1.3.1 +email-validator==2.0.0.post2 fastapi==0.95.0 httpx==0.24.0 pytest-asyncio==0.21.0