mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-30 18:22:38 +02:00
Update flask requirement from ~=1.1 to >=1.1,<3.0
Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/1.1.0...2.0.1) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9f029d52ca
commit
63fe3ed45b
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ install_requires =
|
||||||
Flask-SQLAlchemy~=2.4
|
Flask-SQLAlchemy~=2.4
|
||||||
Flask-WTF~=0.14,>=0.14.3 # See b76da172652da94c1f9c4b2fdd965375da8a2c3f
|
Flask-WTF~=0.14,>=0.14.3 # See b76da172652da94c1f9c4b2fdd965375da8a2c3f
|
||||||
WTForms~=2.2.1,<2.3 # See #567
|
WTForms~=2.2.1,<2.3 # See #567
|
||||||
Flask~=1.1
|
Flask>=1.1,<3.0
|
||||||
itsdangerous~=1.1
|
itsdangerous~=1.1
|
||||||
Jinja2~=2.11
|
Jinja2~=2.11
|
||||||
requests~=2.22
|
requests~=2.22
|
||||||
|
|
Loading…
Reference in a new issue