From 327d2e2864b299e13247e279ae3b9dab8fa7e4f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 23:30:19 +0000 Subject: [PATCH] Bump urllib3 from 1.26.6 to 1.26.18 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.6 to 1.26.18. - [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.26.6...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f497aa5..b0b5c7c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,6 +27,6 @@ torch==1.4.0 torchvision==0.5.0 tqdm==4.44.1 umap-learn==0.3.10 -urllib3==1.26.6 +urllib3==1.26.18 protobuf==3.20.*