From e1a95c25e14a3b1437ae3687aa9e9defd06e6062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 23:52:02 +0000 Subject: [PATCH] Bump urllib3 from 1.26.14 to 1.26.18 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 to 1.26.18. - [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.14...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 633f15a50..df5cb3835 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,6 +29,6 @@ requests==2.28.2 six==1.16.0 sqlparse==0.4.2 text-unidecode==1.3 -urllib3==1.26.14 +urllib3==1.26.18 wcwidth==0.2.6 formencode==2.0.1 diff --git a/setup.py b/setup.py index 96d697062..51a1b3c41 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ 'six==1.16.0', 'sqlparse==0.4.2', 'text-unidecode==1.3', - 'urllib3==1.26.14', + 'urllib3==1.26.18', 'wcwidth==0.2.6', 'formencode==2.0.1', ],