From b941fdf314fc445ab51359c5d40cad13ff400568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 20:57:05 +0000 Subject: [PATCH] Bump urllib3 from 1.26.18 to 2.2.2 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 2.2.2. - [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.18...2.2.2) --- 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 556db83..ea20723 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,6 +29,6 @@ rfc3986==2.0.0 sanic==22.12.0 six==1.16.0 ujson==5.9.0 -urllib3==1.26.18 +urllib3==2.2.2 uvloop==0.15.2 websockets==10.4