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 030169dc3e We now need at least Flask-WTF 0.15 (#24621)
030169dc3e is described below
commit 030169dc3e5c17d8cade9c9a431afeee954abc3e
Author: Ash Berlin-Taylor <[email protected]>
AuthorDate: Thu Jun 23 20:58:07 2022 +0100
We now need at least Flask-WTF 0.15 (#24621)
We upgraded flask and werkzeug in #24399, and updated the constraints,
but not everyone uses them (such as me in my local virtual environment
when developing) so the min version in setup.cfg has to match as well
---
setup.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.cfg b/setup.cfg
index f41578d4e5..41f0a05d1e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -111,7 +111,7 @@ install_requires =
flask-caching>=1.5.0
flask-login>=0.5
flask-session>=0.4.0
- flask-wtf>=0.14.3
+ flask-wtf>=0.15
graphviz>=0.12
gunicorn>=20.1.0
httpx