From 2eb724e23adcba1237c28ef9e92ec17467b8bafe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 02:15:21 +0000 Subject: [PATCH] build(deps): bump urllib3 in /src/mic/tests/resources/188/mic/docker Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 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.25.9...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/mic/tests/resources/188/mic/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mic/tests/resources/188/mic/docker/requirements.txt b/src/mic/tests/resources/188/mic/docker/requirements.txt index 51048d4..84c27cc 100644 --- a/src/mic/tests/resources/188/mic/docker/requirements.txt +++ b/src/mic/tests/resources/188/mic/docker/requirements.txt @@ -40,7 +40,7 @@ semver==2.10.1 six==1.15.0 tabulate==0.8.7 texttable==1.6.2 -urllib3==1.25.9 +urllib3==1.26.5 usagestats==1.0 validators==0.15.0 wcwidth==0.2.4