Update email-validator requirement from <1.4,>=1.1.0 to >=1.1.0,<2.1 (#1192)

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-04-17 10:05:31 +02:00
committed by GitHub
parent 88e625e068
commit 2e387d80ea

View File

@@ -127,7 +127,7 @@ requires-python = ">=3.7"
dependencies = [
"fastapi >=0.65.2",
"passlib[bcrypt] ==1.7.4",
"email-validator >=1.1.0,<1.4",
"email-validator >=1.1.0,<2.1",
"pyjwt[crypto] ==2.6.0",
"python-multipart ==0.0.6",
"makefun >=1.11.2,<2.0.0",