From 7a090981240d98371670a58bc296979a3b477513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 04:56:35 +0000 Subject: [PATCH] Update email-validator requirement from <2,>=1.0 to >=1.0,<3 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/commits) --- updated-dependencies: - dependency-name: email-validator dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d00ea7e1..3e1a12fa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ install_requires = blinker>=1.4,<2 cachetools>=4.1,<5 debts>=0.5,<1 - email_validator>=1.0,<2 + email_validator>=1.0,<3 Flask-Babel>=1.0,<4 Flask-Cors>=3.0.8,<4 Flask-Limiter>=2.6,<3