From 1f3e0ddc39aa1a4cb0943b3dd95ddd68ee286e00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 20:09:18 +0000 Subject: [PATCH] :arrow_up: bump email-validator from 2.0.0.post2 to 2.1.0.post1 Bumps [email-validator](https://github.com/JoshData/python-email-validator) from 2.0.0.post2 to 2.1.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: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9d921c7..f0c828c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,7 +49,7 @@ defusedxml==0.7.1 # via compliance-trestle dnspython==2.4.2 # via email-validator -email-validator==2.0.0.post2 +email-validator==2.1.0.post1 # via pydantic et-xmlfile==1.1.0 # via openpyxl