From 58cdb9b0abeceb3b2a9281428fe14864e639bdde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 04:39:42 +0000 Subject: [PATCH] Bump urllib3 in /{{ cookiecutter.project_name }}/requirements Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.17. - [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.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- {{ cookiecutter.project_name }}/requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.project_name }}/requirements/common.txt b/{{ cookiecutter.project_name }}/requirements/common.txt index c478523..7a35982 100644 --- a/{{ cookiecutter.project_name }}/requirements/common.txt +++ b/{{ cookiecutter.project_name }}/requirements/common.txt @@ -60,7 +60,7 @@ requests==2.31.0 simplejson==3.17.2 tldextract==2.2.3 tqdm==4.48.2 -urllib3==1.26.5 +urllib3==1.26.17 user-agents==2.1 uWSGI==2.0.22 wrapt==1.12.1