From 1de2fae1dfdbdc0373887311ba4daffe224f1d56 Mon Sep 17 00:00:00 2001 From: ashishrase <85737140+ashishrase@users.noreply.github.com> Date: Wed, 1 Mar 2023 11:27:56 +0100 Subject: [PATCH] Update requirements.txt Was doing a test and found the escape is out of flask and we need a new version of flask to run this application --- src/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements.txt b/src/requirements.txt index de4fe88..8f9d651 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,7 +1,7 @@ -Flask==1.1.2 +Flask==2.2.2 py-cpuinfo==7.0.0 psutil==5.8.0 gunicorn==20.1.0 black==20.8b1 flake8==3.9.0 -pytest==6.2.2 \ No newline at end of file +pytest==6.2.2