From 0045e3f9f7cb9954058d423d465672595dffa465 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sun, 29 May 2022 08:52:06 +0200 Subject: [PATCH] WebHost: update flask-caching --- WebHostLib/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebHostLib/requirements.txt b/WebHostLib/requirements.txt index 258fa423..88e5bc32 100644 --- a/WebHostLib/requirements.txt +++ b/WebHostLib/requirements.txt @@ -1,7 +1,7 @@ flask>=2.1.2 pony>=0.7.16 waitress>=2.1.1 -flask-caching==1.10.1 +flask-caching>=1.11.1 Flask-Compress>=1.12 Flask-Limiter>=2.4.5.1 bokeh>=2.4.3 \ No newline at end of file