From 2256cbd3e64f927b4c3f5a84b16e145b9285791b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:34:37 +0000 Subject: [PATCH] chore(deps): bump urllib3 in /api in the pip group across 1 directory Bumps the pip group with 1 update in the /api directory: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 1.26.19 to 2.2.3 - [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.19...2.2.3) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 71c34089c..3332407c7 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -32,7 +32,7 @@ six==1.16.0 starlette==0.37.2 typing-extensions==4.12.2 ujson==5.5.0 -urllib3==1.26.19 +urllib3==2.2.3 uvicorn==0.30.1 uvloop==0.17.0 watchgod==0.7