aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-03 20:40:55 +0000
committerGlandos <bugs-github@antipoul.fr>2021-06-03 22:54:30 +0200
commit63fe3ed45b6c4aedff53d1320f8e7fcf3a5345e6 (patch)
tree6284ed3dcc30d73ee261742f8f9fd4cd0576e469
parent9f029d52caa5244e5200b0ae476026f4c8a01919 (diff)
downloadihatemoney-mirror-63fe3ed45b6c4aedff53d1320f8e7fcf3a5345e6.zip
ihatemoney-mirror-63fe3ed45b6c4aedff53d1320f8e7fcf3a5345e6.tar.gz
ihatemoney-mirror-63fe3ed45b6c4aedff53d1320f8e7fcf3a5345e6.tar.bz2
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>
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index b736709..b7dc04b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,7 +36,7 @@ install_requires =
Flask-SQLAlchemy~=2.4
Flask-WTF~=0.14,>=0.14.3 # See b76da172652da94c1f9c4b2fdd965375da8a2c3f
WTForms~=2.2.1,<2.3 # See #567
- Flask~=1.1
+ Flask>=1.1,<3.0
itsdangerous~=1.1
Jinja2~=2.11
requests~=2.22