From e3ed22a20165bae4c7bc1de629ba593911611550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:57:43 +0000 Subject: [PATCH] chore(deps): update email-validator requirement from >=2.0 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/v2.0.0...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 203127a..a96139a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ Flask-WTF>=1.2 Werkzeug>=3.0.6 Flask-Limiter>=3.0 Flask-Login>=0.6 -email-validator>=2.0 +email-validator>=2.3.0 gunicorn tzdata \ No newline at end of file