From 85cb9e7fd5fe5dc777f586019fb662e50405d851 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 22:52:01 +0000 Subject: [PATCH] Bump urllib3 from 1.14 to 1.26.5 in /server/requirements Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.14 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.14...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements/prod.txt b/server/requirements/prod.txt index 7a0b05e3..5219a0aa 100644 --- a/server/requirements/prod.txt +++ b/server/requirements/prod.txt @@ -41,7 +41,7 @@ celery==3.1.18 opbeat==3.2.1 requests==2.20.0 -urllib3==1.14 +urllib3==1.26.5 ujson==1.35 lockfile==0.12.2