From 9fb7ff96b5fb1f59b6dd480f5cf9b8569e3e772e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:13:57 +0000 Subject: [PATCH] Bump urllib3 from 1.24.2 to 1.26.19 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.26.19. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.24.2...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e7f44bd29..5309ddef1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -61,7 +61,7 @@ requests==2.27.1 elasticsearch==1.9.0 django-haystack==2.8.1 # Required (but not a declared requirement) of elasticsearch -urllib3==1.24.2 +urllib3==1.26.19 # Testing helpers django-nose==1.4.5