From 1f9260f83e5289c66236270fbebe69c37428441b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 21:26:32 +0000 Subject: [PATCH] Bump urllib3 from 2.0.2 to 2.0.7 in /requirements Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.2 to 2.0.7. - [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.0.2...2.0.7) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 1812a448..eba16753 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -52,4 +52,4 @@ mysqlclient==2.1.0 # Testing migrations: django-test-migrations==1.2.0 # https://github.com/wemake-services/django-test-migrations - for testing migrations -urllib3==2.0.2 # This broke some of the code in CI. +urllib3==2.0.7 # This broke some of the code in CI.