From 1c3c38378870198546177827b524600b2c2951af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 22:30:48 +0000 Subject: [PATCH] build(deps): Bump urllib3 from 1.26.19 to 1.26.20 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.19 to 1.26.20. - [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...1.26.20) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 03900cc..a53b543 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ kombu==5.4.0 psycopg2-binary==2.9.9 pytz redis==5.0.8 -urllib3==1.26.19 +urllib3==1.26.20 vine==5.1.0 whitenoise==6.7.0 requests==2.32.3