From 22a4bbbc620983459a7adb134564ed139ee3c92c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 23:47:31 +0000 Subject: [PATCH] Bump urllib3 from 1.22 to 1.26.5 in /code/NPI/pytorch Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 to 1.26.5. - [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.22...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/NPI/pytorch/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/NPI/pytorch/requirements.txt b/code/NPI/pytorch/requirements.txt index ac78cdd..e5f3a7f 100644 --- a/code/NPI/pytorch/requirements.txt +++ b/code/NPI/pytorch/requirements.txt @@ -76,7 +76,7 @@ torchvision==0.2.1 tqdm==4.28.1 traceback2==1.4.0 unittest2==1.1.0 -urllib3==1.22 +urllib3==1.26.5 virtualenv==15.1.0 Werkzeug==0.14.1 wrapt==1.10.11