From 270bf10952ba6ef4110bcc20acf470828728da54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 05:08:46 +0000 Subject: [PATCH] Bump urllib3 from 1.26.6 to 1.26.17 in /tests Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.6 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.26.6...1.26.17) --- 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 864cfa3932..5209808aaa 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -7,7 +7,7 @@ ipaddress==1.0.23 # >= 1.0.17 cffi==1.14.6 pyOpenSSL==20.0.1 certifi==2021.5.30 -urllib3==1.26.6 +urllib3==1.26.17 pytest-html==3.1.1 pytest-profiling==1.7.0 more-itertools==8.9.0