From c5a93d4d93a073cf0b50bbd2de6df833fbf3ef8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 20:57:51 +0000 Subject: [PATCH] Bump urllib3 from 1.25.6 to 1.25.8 in /saasrest Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.6 to 1.25.8. - [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.25.8) 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..02ab961 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.25.8 uvicorn==0.11.1 uvloop==0.14.0 vine==1.2.0