From 748f9bd92300d68fa92caf5d76249992528466fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 14:54:26 +0000 Subject: [PATCH] Bump email-validator from 2.0.0 to 2.1.0.post1 Bumps [email-validator](https://github.com/JoshData/python-email-validator) from 2.0.0 to 2.1.0.post1. - [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) --- updated-dependencies: - dependency-name: email-validator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b5fdb2e9..4cf6c622 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -email-validator==2.0.0 +email-validator==2.1.0.post1 fastapi==0.101.1 httpx_oauth==0.13.0 makefun==1.15.1 diff --git a/setup.py b/setup.py index 48329426..969203ad 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_version(version_file: str) -> str: install_requires=[ "fastapi >=0.65.2", "passlib[bcrypt] ==1.7.4", - "email-validator >=1.1.0,<2.1", + "email-validator >=1.1.0,<2.2", "pyjwt[crypto] ==2.8.0", "python-multipart ==0.0.6", "makefun >=1.11.2,<2.0.0",