From 07f457f78537d25e2f20febdd524aa1bae99f629 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 12:29:19 +0000 Subject: [PATCH] Bump urllib3 from 1.25.10 to 1.26.18 in /tests Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.10 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.10...1.26.18) --- 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 e6efe6c..3dec20d 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -13,5 +13,5 @@ pytest==6.0.2 requests==2.24.0 six==1.15.0 toml==0.10.1 -urllib3==1.25.10 +urllib3==1.26.18 websocket-client==0.57.0