From 8d9a32bd67740ec25ba3df7def84f493c230e8d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 17:21:24 +0000 Subject: [PATCH] Bump urllib3 from 1.26.16 to 1.26.17 in /tests Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 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.16...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 5ec2771..9baa028 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -4,8 +4,6 @@ # # pip-compile # -exceptiongroup==1.1.3 - # via pytest iniconfig==2.0.0 # via pytest packaging==23.1 @@ -22,9 +20,7 @@ pytest-rerunfailures==12.0 # via -r requirements.in selenium==3.141.0 # via -r requirements.in -tomli==2.0.1 - # via pytest -urllib3==1.26.16 +urllib3==1.26.17 # via # -r requirements.in # selenium