From 9354e4ca2caac04932952af5ff368fe3674c0fb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 07:18:54 +0000 Subject: [PATCH] chore(deps): bump email-validator from 2.1.1 to 2.3.0 Bumps [email-validator](https://github.com/JoshData/python-email-validator) from 2.1.1 to 2.3.0. - [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.1.1...v2.3.0) --- updated-dependencies: - dependency-name: email-validator dependency-version: 2.3.0 dependency-type: direct:production 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 57abef1..82b1fbf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ passlib[bcrypt]==1.7.4 # (raises "password cannot be longer than 72 bytes" / version-detection errors). bcrypt==4.0.1 python-multipart==0.0.9 -email-validator==2.1.1 +email-validator==2.3.0 # Dev / test pytest==8.2.2