This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 92497fa727 upgrade flask-appbuilder (#32054)
92497fa727 is described below
commit 92497fa727a23ef65478ef56572c7d71427c4a40
Author: Aleksandr Musorin <[email protected]>
AuthorDate: Sat Jul 8 21:18:12 2023 +0200
upgrade flask-appbuilder (#32054)
---
setup.cfg | 2 +-
setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup.cfg b/setup.cfg
index d5d91d3d8f..5a975220e9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -93,7 +93,7 @@ install_requires =
# `airflow/www/fab_security` with their upstream counterparts. In
particular, make sure any breaking changes,
# for example any new methods, are accounted for.
# NOTE! When you change the value here, you also have to update
flask-appbuilder[oauth] in setup.py
- flask-appbuilder==4.3.1
+ flask-appbuilder==4.3.3
flask-caching>=1.5.0
flask-login>=0.6.2
flask-session>=0.4.0
diff --git a/setup.py b/setup.py
index 90673ef86d..21c0a7300c 100644
--- a/setup.py
+++ b/setup.py
@@ -291,7 +291,7 @@ doc_gen = [
flask_appbuilder_oauth = [
"authlib>=1.0.0",
# The version here should be upgraded at the same time as flask-appbuilder
in setup.cfg
- "flask-appbuilder[oauth]==4.3.1",
+ "flask-appbuilder[oauth]==4.3.3",
]
kerberos = [
"pykerberos>=1.1.13",