From 96c24f6d948afc12137d3b4fa3fe98d5bf5bceb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 18:28:41 +0000 Subject: [PATCH] Bump urllib3 in /{{ cookiecutter.project_slug }}/requirements Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.2 to 1.26.4. - [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.2...1.26.4) Signed-off-by: dependabot[bot] --- {{ cookiecutter.project_slug }}/requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.project_slug }}/requirements/dev.txt b/{{ cookiecutter.project_slug }}/requirements/dev.txt index 16bc71f..9fb8523 100644 --- a/{{ cookiecutter.project_slug }}/requirements/dev.txt +++ b/{{ cookiecutter.project_slug }}/requirements/dev.txt @@ -214,7 +214,7 @@ typing-extensions==3.7.4.3 # -r ci.txt # black # mypy -urllib3==1.26.2 +urllib3==1.26.4 # via requests webencodings==0.5.1 # via bleach