From b38534482acdc5b45283e2c35fb9d2976762c6eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 23:54:09 +0000 Subject: [PATCH] Bump urllib3 from 1.24.2 to 1.26.5 in /Python/Web_App_testing Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.26.5. - [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.24.2...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Python/Web_App_testing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/Web_App_testing/requirements.txt b/Python/Web_App_testing/requirements.txt index a508026..e9bae5f 100644 --- a/Python/Web_App_testing/requirements.txt +++ b/Python/Web_App_testing/requirements.txt @@ -18,7 +18,7 @@ requests==2.20.1 selenium==3.14.1 six==1.11.0 text-unidecode==1.2 -urllib3==1.24.2 +urllib3==1.26.5 uuid==1.30 StringGenerator==0.3.1