This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-3-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit d72b745712f0809c0f4e794c13b83de5ac212ce4 Author: Jarek Potiuk <[email protected]> AuthorDate: Thu Jun 23 21:56:28 2022 +0200 Upgrade FAB to 4.1.2 (#24619) (cherry picked from commit b8a4ac51f68a7d1c1f6ac5434cdf027e812553c7) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a32326cee2..21d5912150 100644 --- a/setup.cfg +++ b/setup.cfg @@ -107,7 +107,7 @@ install_requires = # Every time we update FAB version here, please make sure that you review the classes and models in # `airflow/www/fab_security` with their upstream counterparts. In particular, make sure any breaking changes, # for example any new methods, are accounted for. - flask-appbuilder==4.1.1 + flask-appbuilder==4.1.2 flask-caching>=1.5.0 flask-login>=0.5 flask-session>=0.4.0
