From 09ba0d8f8c92c6cea06d680a94345d4870be2d6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 06:06:28 +0000 Subject: [PATCH] Bump urllib3 from 2.2.3 to 2.3.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 to 2.3.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.3.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2b340ef..9723775 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,5 +23,5 @@ requests==2.32.3 setuptools==75.6.0 six==1.17.0 sqlparse==0.5.3 -urllib3==2.2.3 +urllib3==2.3.0 whitenoise==6.8.2