From 5f87ddac0ab2122c82f692c922ff46ce3ed88a53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 06:17:21 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 2.2.3 to 2.4.0 in /backend 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 e7db83d..453b163 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -16,5 +16,5 @@ PyYAML==6.0.2 requests==2.32.3 sqlparse==0.5.3 uritemplate==4.1.1 -urllib3==2.2.3 +urllib3==2.4.0 uWSGI==2.0.28