You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2023/07/12 06:38:39 UTC

[superset] branch master updated: chore: Bump/relax Flask libs (#24652)

This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 462418ba82 chore: Bump/relax Flask libs (#24652)
462418ba82 is described below

commit 462418ba82131a4466399f03d2fdc63d257e3722
Author: John Bodley <45...@users.noreply.github.com>
AuthorDate: Tue Jul 11 23:38:31 2023 -0700

    chore: Bump/relax Flask libs (#24652)
---
 requirements/base.txt        |  2 +-
 requirements/development.txt |  2 ++
 requirements/integration.txt | 11 ++++++++---
 requirements/testing.txt     |  8 ++------
 setup.py                     |  6 +++---
 5 files changed, 16 insertions(+), 13 deletions(-)

diff --git a/requirements/base.txt b/requirements/base.txt
index 2040228817..f2c0c2ccf8 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -112,7 +112,7 @@ flask-sqlalchemy==2.5.1
     #   flask-migrate
 flask-talisman==1.0.0
     # via apache-superset
-flask-wtf==1.0.1
+flask-wtf==1.1.1
     # via
     #   apache-superset
     #   flask-appbuilder
diff --git a/requirements/development.txt b/requirements/development.txt
index c49cda433f..40cd7b6bc1 100644
--- a/requirements/development.txt
+++ b/requirements/development.txt
@@ -10,6 +10,8 @@
     # via
     #   -r requirements/base.in
     #   -r requirements/development.in
+appnope==0.1.3
+    # via ipython
 astroid==2.6.6
     # via pylint
 asttokens==2.2.1
diff --git a/requirements/integration.txt b/requirements/integration.txt
index 20023d62ae..aa9ef56467 100644
--- a/requirements/integration.txt
+++ b/requirements/integration.txt
@@ -35,7 +35,7 @@ packaging==23.1
     #   pyproject-api
     #   tox
 pip-compile-multi==2.6.3
-    # via -r integration.in
+    # via -r requirements/integration.in
 pip-tools==6.13.0
     # via pip-compile-multi
 platformdirs==3.5.3
@@ -45,17 +45,22 @@ platformdirs==3.5.3
 pluggy==1.0.0
     # via tox
 pre-commit==3.3.3
-    # via -r integration.in
+    # via -r requirements/integration.in
 pyproject-api==1.5.2
     # via tox
 pyproject-hooks==1.0.0
     # via build
 pyyaml==5.4.1
     # via pre-commit
+tomli==2.0.1
+    # via
+    #   build
+    #   pyproject-api
+    #   tox
 toposort==1.10
     # via pip-compile-multi
 tox==4.6.3
-    # via -r integration.in
+    # via -r requirements/integration.in
 virtualenv==20.23.1
     # via
     #   pre-commit
diff --git a/requirements/testing.txt b/requirements/testing.txt
index a97aaff852..f550edf3ab 100644
--- a/requirements/testing.txt
+++ b/requirements/testing.txt
@@ -115,16 +115,12 @@ protobuf==4.23.0
     #   googleapis-common-protos
     #   grpcio-status
     #   proto-plus
-pyasn1==0.5.0
-    # via
-    #   pyasn1-modules
-    #   rsa
-pyasn1-modules==0.3.0
-    # via google-auth
 pydata-google-auth==1.7.0
     # via pandas-gbq
 pyfakefs==5.2.2
     # via -r requirements/testing.in
+pyhive[presto]==0.6.5
+    # via apache-superset
 pytest==7.3.1
     # via
     #   -r requirements/testing.in
diff --git a/setup.py b/setup.py
index 19e27d42b2..2b0077eb35 100644
--- a/setup.py
+++ b/setup.py
@@ -82,12 +82,12 @@ setup(
         "deprecation>=2.1.0, <2.2.0",
         "flask>=2.2.5, <3.0.0",
         "flask-appbuilder>=4.3.4, <5.0.0",
-        "flask-caching>=1.10.1, <1.11",
+        "flask-caching>=1.10.1, <2.0",
         "flask-compress>=1.13, <2.0",
         "flask-talisman>=1.0.0, <2.0",
-        "flask-login==0.6.0",
+        "flask-login>=0.6.0, < 1.0",
         "flask-migrate>=3.1.0, <4.0",
-        "flask-wtf>=1.0.1, <1.1",
+        "flask-wtf>=1.1.0, <2.0",
         "func_timeout",
         "geopy",
         "gunicorn>=20.1.0; sys_platform != 'win32'",