From b4759082ba1240b494777209530e09fcab1d9601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:32:14 +0800 Subject: [PATCH] chore(deps): bump urllib3 from 1.26.5 to 1.26.18 (#14) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 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.5...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0b24b88..325cd37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ certifi==2023.7.22 chardet==3.0.4 idna==2.10 requests-toolbelt==0.9.1 -urllib3==1.26.5 +urllib3==1.26.18 PyInquirer==1.0.3 diff --git a/setup.py b/setup.py index ac5c762..f929d74 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ "chardet==3.0.4", "idna==2.10", "requests-toolbelt==0.9.1", - "urllib3==1.26.5", + "urllib3==1.26.18", "PyInquirer==1.0.3", ], zip_safe=True,