From d1fb0feab0f0d505b49f1edf3d643886881ac2c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 01:37:43 +0000 Subject: [PATCH] Bump urllib3 from 1.24.1 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.1 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.24.1...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- CS_AppsStore/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CS_AppsStore/requirements.txt b/CS_AppsStore/requirements.txt index 8965333ee..fc1a6030d 100644 --- a/CS_AppsStore/requirements.txt +++ b/CS_AppsStore/requirements.txt @@ -10,7 +10,7 @@ pycparser==2.19 pytz==2018.7 requests==2.20.1 six==1.11.0 -urllib3==1.24.1 +urllib3==1.26.5 psycopg2-binary==2.7.7 djangorestframework==3.8.2 pyyaml diff --git a/requirements.txt b/requirements.txt index 778a92db7..a5de7942a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,6 @@ pycparser==2.19 pytz==2018.7 requests==2.20.1 six==1.11.0 -urllib3==1.24.1 +urllib3==1.26.5 psycopg2-binary==2.7.7 djangorestframework==3.8.2