From 702f9d092e0ee23feafd58ddc1258a5e6eb2bbc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 21:54:17 +0000 Subject: [PATCH] Bump urllib3 from 1.22 to 1.26.5 in /trydjango1-11/src Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 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.22...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- trydjango1-11/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trydjango1-11/src/requirements.txt b/trydjango1-11/src/requirements.txt index ac7f751..55716ed 100644 --- a/trydjango1-11/src/requirements.txt +++ b/trydjango1-11/src/requirements.txt @@ -31,5 +31,5 @@ requirements==0.1 schedule==0.5.0 six==1.11.0 twilio==6.8.1 -urllib3==1.22 +urllib3==1.26.5 vine==1.1.4