From 95f7d242b7b78fa210e22bd80e2e90f288247c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 00:17:44 +0000 Subject: [PATCH] Bump urllib3 from 1.24.1 to 1.26.17 in /summarizer Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.1 to 1.26.17. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.24.1...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- summarizer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/summarizer/requirements.txt b/summarizer/requirements.txt index f8c06d2..b384a28 100644 --- a/summarizer/requirements.txt +++ b/summarizer/requirements.txt @@ -39,6 +39,6 @@ six==1.12.0 sklearn==0.0 smart-open==1.7.1 soupsieve==1.7 -urllib3==1.24.1 +urllib3==1.26.17 wrapt==1.11.0 yarl==1.3.0