mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Update email-validator requirement from <2,>=1.0 to >=1.0,<3
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>
This commit is contained in:
parent
25c1fcc48a
commit
7a09098124
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ install_requires =
|
|||
blinker>=1.4,<2
|
||||
cachetools>=4.1,<5
|
||||
debts>=0.5,<1
|
||||
email_validator>=1.0,<2
|
||||
email_validator>=1.0,<3
|
||||
Flask-Babel>=1.0,<4
|
||||
Flask-Cors>=3.0.8,<4
|
||||
Flask-Limiter>=2.6,<3
|
||||
|
|
Loading…
Reference in a new issue