From 950de8a45b61a9a2eeb7c05ebeee9971875e0897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Nov 2020 14:52:57 +0000 Subject: [PATCH 1/2] Bump requests from 2.7.0 to 2.20.0 in /backend Bumps [requests](https://github.com/psf/requests) from 2.7.0 to 2.20.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.7.0...v2.20.0) 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 684f25fc..3a157c21 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,6 +7,6 @@ onnxruntime==1.5.2 numpy==1.19.2 scipy==1.5.2 scikit-learn==0.23.2 -requests==2.7.0 +requests==2.20.0 hmmlearn==0.2.4 certifi==2020.6.20 From cfc972e427414f1fbf17b36943f13a16082668e5 Mon Sep 17 00:00:00 2001 From: Anes Belfodil Date: Wed, 4 Nov 2020 10:58:32 -0500 Subject: [PATCH 2/2] Bump to 2.24.0 --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 3a157c21..cb3c647b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,6 +7,6 @@ onnxruntime==1.5.2 numpy==1.19.2 scipy==1.5.2 scikit-learn==0.23.2 -requests==2.20.0 +requests==2.24.0 hmmlearn==0.2.4 certifi==2020.6.20