From 36a60b72730165f999ee2d52f791bbcceab3c219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:45:36 +0000 Subject: [PATCH] Bump urllib3 from 2.2.1 to 2.2.3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 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/2.2.1...2.2.3) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 31fc624..3b4f2f8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -23,6 +23,6 @@ sniffio==1.3.0 sqlparse==0.5.0 tqdm==4.66.2 typing_extensions==4.9.0 -urllib3==2.2.1 +urllib3==2.2.3 uvicorn==0.29.0 whitenoise==6.6.0