From 23361e1fcaa1f16a697dc6b98c03eb629157cf5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 22:18:49 +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.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.25.9...1.26.18) --- 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..1b36ebfb 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.18 websocket-client==0.57.0 yattag==1.13.2