From 45eb9ee9bcf7e395b5d967f6c3ed776c02b6bf52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 10:04:36 +0000 Subject: [PATCH] Update email-validator requirement from >=1.1.3 to >=2.3.0 Updates the requirements on [email-validator](https://github.com/JoshData/python-email-validator) to permit the latest version. - [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/compare/v1.1.3...v2.3.0) --- updated-dependencies: - dependency-name: email-validator dependency-version: 2.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c04b657..698fde2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ PyQRCode>=1.2.1 pypng>=0.0.20 pyzbar>=0.1.8 emoji>=1.2.0 -email-validator>=1.1.3 +email-validator>=2.3.0 youtube_dl>=2021.6.6 PyYAML>=5.4.1 redis>=3.5.3