From fb99dca83e4933a3009f93892449cb9889a19b3f Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Fri, 27 May 2022 02:58:48 +0200 Subject: [PATCH] WebHost: update waitress and bokeh (#575) --- WebHostLib/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebHostLib/requirements.txt b/WebHostLib/requirements.txt index e3cea7c7..ea1e27f6 100644 --- a/WebHostLib/requirements.txt +++ b/WebHostLib/requirements.txt @@ -1,7 +1,7 @@ flask>=2.1.2 pony>=0.7.16 -waitress>=2.1.0 +waitress>=2.1.1 flask-caching>=1.10.1 Flask-Compress>=1.12 Flask-Limiter>=2.4.5.1 -bokeh>=2.4.2 \ No newline at end of file +bokeh>=2.4.3 \ No newline at end of file