From 2078774684732e452ee88924c6af441ed86e5b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 00:06:02 +0000 Subject: [PATCH] Bump [pip]: Bump email-validator from 1.3.1 to 2.0.0.post1 Bumps [email-validator](https://github.com/JoshData/python-email-validator) from 1.3.1 to 2.0.0.post1. - [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..3e1dbd9 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.post1 fastapi==0.95.0 httpx==0.24.0 pytest-asyncio==0.21.0