From efe45dac8a8cee9bd13037e6e8b8c71cfed1d942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 05:39:42 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- embedding/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedding/requirements.txt b/embedding/requirements.txt index 178253b..c949304 100644 --- a/embedding/requirements.txt +++ b/embedding/requirements.txt @@ -8,7 +8,7 @@ joblib==1.2.0 nltk==3.8.1 numpy==1.20 # needs to be 1.20 because after that, np.int does not exist any more, which breaks nltk pymongo==4.3.3 -requests==2.31.0 +requests==2.32.0 scikit-learn==0.22 # needs to be 0.22 because after that, sklearn.utils.linear_assignment_ is removed, which breaks allennlp scipy==1.10.0 spacy==3.5.0