From a24e23426a3ff2a3f0bda5dc9c00c2725ab78886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 00:33:02 +0000 Subject: [PATCH] Bump urllib3 from 1.25.10 to 1.26.5 in /Amazon-Price-Alert Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.10 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.25.10...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Amazon-Price-Alert/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Amazon-Price-Alert/requirements.txt b/Amazon-Price-Alert/requirements.txt index 4cea477ee9..d1dd61b2f0 100644 --- a/Amazon-Price-Alert/requirements.txt +++ b/Amazon-Price-Alert/requirements.txt @@ -16,6 +16,6 @@ requests-html==0.10.0 six==1.15.0 soupsieve==2.0.1 tqdm==4.49.0 -urllib3==1.25.10 +urllib3==1.26.5 w3lib==1.22.0 websockets==8.1