Skip to content

Commit 7aa2f3f

Browse files
Update email-validator requirement from <2.0.0,>=1.1.1 to >=1.1.1,<3.0.0
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>
1 parent ceda55b commit 7aa2f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ all = [
9292
"pyyaml >=5.3.1,<7.0.0",
9393
"ujson >=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0,<6.0.0",
9494
"orjson >=3.2.1,<4.0.0",
95-
"email_validator >=1.1.1,<2.0.0",
95+
"email_validator >=1.1.1,<3.0.0",
9696
]
9797
doc = [
9898
"mkdocs >=1.1.2,<2.0.0",

0 commit comments

Comments
 (0)