From 9572b77d5faafe9c4b49d2190e179bb57c17c5f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 03:32:50 +0000 Subject: [PATCH] chore(deps): update email-validator requirement in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 10c7477..f39d42f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ httpx>=0.27.0 python-dotenv>=1.0.0 pydantic>=2.0.0 pydantic-settings>=2.0.0 -email-validator>=2.0.0 # Required for EmailStr validation +email-validator>=2.3.0 # Required for EmailStr validation # WebSocket support websockets>=13.0