From 57979b92875814291cf0b49d0c2cf8a3c27681df Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Mon, 1 Aug 2022 12:41:15 +0200 Subject: [PATCH] WebHost: update flask (#804) --- WebHostLib/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebHostLib/requirements.txt b/WebHostLib/requirements.txt index c9ee8620..52d0316b 100644 --- a/WebHostLib/requirements.txt +++ b/WebHostLib/requirements.txt @@ -1,7 +1,7 @@ -flask>=2.1.2 +flask>=2.1.3 pony>=0.7.16 waitress>=2.1.1 -Flask-Caching>=2.0.0 +Flask-Caching>=2.0.1 Flask-Compress>=1.12 Flask-Limiter>=2.5.0 -bokeh>=2.4.3 \ No newline at end of file +bokeh>=2.4.3