From 0d73d4d4be13ef8e3dc8a428564d966a0e1b32f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 23:17:37 +0000 Subject: [PATCH] Bump urllib3 from 1.25.8 to 1.26.5 in /tests Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.8 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.8...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 994f16c..ea73941 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -27,6 +27,6 @@ ruamel.yaml==0.16.10 ruamel.yaml.clib==0.2.0 s3transfer==0.3.3 six==1.14.0 -urllib3==1.25.8 +urllib3==1.26.5 xmltodict==0.12.0 yamllint==1.20.0