chore: upgrade Flask-Caching>=1.10.0

This commit is contained in:
Ke Zhu 2021-06-27 20:58:56 -04:00 committed by GitHub
parent e62cb2f991
commit 2ebc0a078a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View File

@ -70,7 +70,7 @@ flask-appbuilder==3.3.0
# via apache-superset
flask-babel==1.0.0
# via flask-appbuilder
flask-caching==1.9.0
flask-caching==1.10.1
# via apache-superset
flask-compress==1.8.0
# via apache-superset

View File

@ -9,8 +9,6 @@
-r integration.txt
-e file:.
# via -r requirements/base.in
appnope==0.1.0
# via ipython
astroid==2.4.2
# via pylint
backcall==0.2.0

View File

@ -76,7 +76,7 @@ setup(
"cryptography>=3.3.2",
"flask>=1.1.0, <2.0.0",
"flask-appbuilder>=3.3.0, <4.0.0",
"flask-caching",
"flask-caching>=1.10.0",
"flask-compress",
"flask-talisman",
"flask-migrate",