Skip to content

Commit 3c36977

Browse files
authored
Merge pull request #84 from eadwinCode/dependabot/pip/email-validator-gte-1.1.1-and-lt-3.0.0
Update email-validator requirement from <2.0.0,>=1.1.1 to >=1.1.1,<3.0.0
2 parents 1dc4933 + 7aa2f3f commit 3c36977

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
@@ -95,7 +95,7 @@ all = [
9595
"pyyaml >=5.3.1,<7.0.0",
9696
"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",
9797
"orjson >=3.2.1,<4.0.0",
98-
"email_validator >=1.1.1,<2.0.0",
98+
"email_validator >=1.1.1,<3.0.0",
9999
]
100100
doc = [
101101
"mkdocs >=1.1.2,<2.0.0",

0 commit comments

Comments
 (0)