From 982ea923261d63ee01f7370dbf5c01fb8e5271bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Aug 2021 14:45:21 +0000 Subject: [PATCH] Bump urllib3 from 1.26.2 to 1.26.5 in /requirements Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.2 to 1.26.5. - [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.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 5c980b3..3c63c59 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -1,5 +1,5 @@ requests==2.25.1 -urllib3==1.26.2 +urllib3==1.26.5 simplejson==3.8.2 colorama==0.4.4 pygments==2.2.0