From 0cbd1d3f94f604817cefd683420f998bdbe80dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 20:41:04 +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] <support@github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a7c6b57..d00ed3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,6 +37,6 @@ smmap==3.0.4 smmap2==2.0.5 soupsieve==2.2.1 tenacity==5.1.5 -urllib3==1.26.7 +urllib3==2.2.1 w3lib==1.22.0 websocket-client==0.59.0