From 987c5fce7e27ad82ccb8b5ea12fe7d7384414a30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 23:34:33 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 4987346c..edd3043a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,6 +7,6 @@ numpy==1.19.2 scipy==1.5.2 scikit-learn==0.23.2 pandas==1.1.4 -requests==2.24.0 +requests==2.32.0 hmmlearn==0.2.4 certifi==2020.6.20