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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-17 04:56:35 +00:00 committed by Glandos
parent 25c1fcc48a
commit 7a09098124

View file

@ -27,7 +27,7 @@ install_requires =
blinker>=1.4,<2 blinker>=1.4,<2
cachetools>=4.1,<5 cachetools>=4.1,<5
debts>=0.5,<1 debts>=0.5,<1
email_validator>=1.0,<2 email_validator>=1.0,<3
Flask-Babel>=1.0,<4 Flask-Babel>=1.0,<4
Flask-Cors>=3.0.8,<4 Flask-Cors>=3.0.8,<4
Flask-Limiter>=2.6,<3 Flask-Limiter>=2.6,<3