From ebe92a03ffbaba6bdd2b87e528b9a546c538ca23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Jun 2021 19:10:57 +0000 Subject: [PATCH] Bump urllib3 from 1.25.6 to 1.26.5 in /webhooks/python-sanic 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] --- webhooks/python-sanic/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webhooks/python-sanic/requirements.txt b/webhooks/python-sanic/requirements.txt index 1c9d166..2918b38 100644 --- a/webhooks/python-sanic/requirements.txt +++ b/webhooks/python-sanic/requirements.txt @@ -15,6 +15,6 @@ requests-async==0.5.0 rfc3986==1.3.2 sanic==19.9.0 ujson==1.35 -urllib3==1.25.6 +urllib3==1.26.5 uvloop==0.13.0 websockets==9.1