From f7afda71d7385425dc8546b71a1c69277fc168a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 14:22:01 +0000 Subject: [PATCH] Bump urllib3 from 2.2.3 to 2.4.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 to 2.4.0. - [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/2.2.3...2.4.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 504e043..bfec10e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -23,6 +23,6 @@ sniffio==1.3.1 sqlparse==0.5.1 tqdm==4.67.1 typing_extensions==4.12.2 -urllib3==2.2.3 +urllib3==2.4.0 uvicorn==0.31.0 whitenoise==6.8.2