Skip to content

Commit 01b2b07

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 e9d7b5a commit 01b2b07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
requirements = [
2020
"aiohttp>=3.6.2,<4.0.0",
21-
"email_validator>=1.1.1,<2.0.0",
21+
"email_validator>=1.1.1,<3.0.0",
2222
"geoip2>=4.5.0,<5.0.0",
2323
"requests>=2.24.0,<3.0.0",
2424
"urllib3>=1.25.2,<2.0.0",

0 commit comments

Comments
 (0)