From 7cde37e1e27e0d308f53116d501c229ea830a232 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 9 Aug 2021 11:07:54 +0000 Subject: [PATCH] Update dependency flask-session to v0.4.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b208721..3495a17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ dash-table==4.11.1; python_version >= "2.7" and python_full_version < "3.0.0" or dash==1.18.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0") flask-assets==2.0 flask-compress==1.8.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" -flask-session==0.3.2 +flask-session==0.4.0 flask-sqlalchemy==2.4.4; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0") flask==1.1.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") future==0.18.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"