Update email-validator requirement from <2.2,>=1.1.0 to >=1.1.0,<2.3 (#1399)

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/compare/v1.1.0...v2.2.0)

---
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]
2024-07-14 15:25:34 +02:00
committed by GitHub
parent 5cc57fac07
commit c0c4da9a6c

View File

@@ -144,7 +144,7 @@ requires-python = ">=3.8"
dependencies = [
"fastapi >=0.65.2",
"pwdlib[argon2,bcrypt] ==0.2.0",
"email-validator >=1.1.0,<2.2",
"email-validator >=1.1.0,<2.3",
"pyjwt[crypto] ==2.8.0",
"python-multipart ==0.0.9",
"makefun >=1.11.2,<2.0.0",