From 697989b7175b4695cba44395ebc83616508e114b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 01:19:33 +0000 Subject: [PATCH] Bump urllib3 in /contrib/config/marketplace/aws/tests Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 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.25.9...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- contrib/config/marketplace/aws/tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/config/marketplace/aws/tests/requirements.txt b/contrib/config/marketplace/aws/tests/requirements.txt index 215efeb8..5f5b724e 100644 --- a/contrib/config/marketplace/aws/tests/requirements.txt +++ b/contrib/config/marketplace/aws/tests/requirements.txt @@ -36,6 +36,6 @@ six==1.14.0 tabulate==0.8.7 taskcat==0.9.17 typing-extensions==3.7.4.2 -urllib3==1.25.9 +urllib3==1.26.17 websocket-client==0.57.0 yattag==1.13.2