From 5cba6745e2fb9348de5891e5d27bbd4ef99d6ef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 23:53:41 +0000 Subject: [PATCH] Bump urllib3 from 1.25.6 to 1.26.5 in /saasrest Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.6 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.25.6...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- saasrest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saasrest/requirements.txt b/saasrest/requirements.txt index 1308eec..871e859 100644 --- a/saasrest/requirements.txt +++ b/saasrest/requirements.txt @@ -128,7 +128,7 @@ traceback2==1.4.0 Twisted>=20.3.0 txaio==18.8.1 unittest2==1.1.0 -urllib3==1.25.6 +urllib3==1.26.5 uvicorn==0.11.1 uvloop==0.14.0 vine==1.2.0