From 3854af8f3e703afbe0c96e54261079d95854ab0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 09:14:37 +0000 Subject: [PATCH] Bump urllib3 from 1.26.14 to 2.2.1 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 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.14...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 5d5709c..00165bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ starlette==0.25.0 tomli==2.0.1 typing_extensions==4.5.0 ujson==5.7.0 -urllib3==1.26.14 +urllib3==2.2.1 uvicorn==0.20.0 watchfiles==0.18.1 websockets==10.4