From 1fc7d467de84d0b2bd7256815ac09ec0fccb68e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 18:47:25 +0000 Subject: [PATCH] deps: bump email-validator from 2.1.0.post1 to 2.3.0 Bumps [email-validator](https://github.com/JoshData/python-email-validator) from 2.1.0.post1 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/commits/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 37a42ab..b71e3b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ alembic==1.13.1 # Pydantic and validation pydantic==2.10.6 pydantic-settings==2.7.1 -email-validator==2.1.0.post1 +email-validator==2.3.0 # HTTP client httpx==0.26.0