From 90bf2a6bca459188ca9e7564af78b78f6f5762f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 08:20:19 +0000 Subject: [PATCH] Bump urllib3 from 1.26.7 to 2.2.1 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.7 to 2.2.1. - [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.7...2.2.1) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8d85b4a..314db6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,6 +37,6 @@ smmap==3.0.4 smmap2==2.0.5 soupsieve==2.2.1 tenacity==8.2.3 -urllib3==1.26.7 +urllib3==2.2.1 w3lib==1.22.0 websocket-client==0.59.0