From 48ee81f32f759413f2b8dbef39646f634b6d4a88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 00:21:31 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 2.0.5 to 2.0.6 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.5 to 2.0.6. - [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/v2.0.5...2.0.6) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ce26819..06e7265 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ selectolax==0.3.16 sniffio==1.3.0 starlette==0.27.0 typing_extensions==4.8.0 -urllib3==2.0.5 +urllib3==2.0.6 uvicorn==0.23.2 uvloop==0.17.0 virtualenv==20.24.5