This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 2cddeabc1a9939843dd654820cd768f34501e072 Author: Jakub Czaplicki <[email protected]> AuthorDate: Mon Jan 3 15:29:51 2022 +0100 Bump flask-appbuilder to >=3.3.4 (#20628) (cherry picked from commit 97261c642cbf07db91d252cf6b0b7ff184cd64c6) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 4698801..23544e5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -103,7 +103,7 @@ install_requires = # https://github.com/readthedocs/sphinx_rtd_theme/issues/1115 docutils<0.17 flask>=1.1.0, <2.0 - flask-appbuilder>=3.3.2, <4.0.0 + flask-appbuilder>=3.3.4, <4.0.0 flask-caching>=1.5.0, <2.0.0 flask-login>=0.3, <0.5 flask-wtf>=0.14.3, <0.15
