From 8b4b093c7e112e41ef6393e901bd0905c3e24e36 Mon Sep 17 00:00:00 2001 From: Aron Buzogany <108480125+AronBuzogany@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:46:44 +0100 Subject: [PATCH] Fixed #112 (#113) * Fixed #112 * removed new line --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index a5d3cd59..1bbc2e9e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,5 +5,5 @@ python-dotenv~=1.0.1 psycopg2-binary pytest~=8.0.1 SQLAlchemy~=2.0.27 -requests~=2.25.1 +requests>=2.31.0 waitress