From 691821ec551b2d157c33c9978c10fbfc288e8486 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2020 05:23:58 +0000 Subject: [PATCH] Bump requests from 2.21.0 to 2.23.0 Bumps [requests](https://github.com/psf/requests) from 2.21.0 to 2.23.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.21.0...v2.23.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f74874a13a..5e61999872 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,17 +8,17 @@ certifi==2018.11.29 # via requests chardet==3.0.4 # via requests django-amber==0.8.0 django-appconf==1.0.2 # via django-compressor +django-compressor==2.2 django-dotenv==1.4.2 django-markdown-deux==1.0.5 django==1.10.4 -django_compressor==2.2 http-crawler==0.1.2 # via django-amber idna==2.8 # via requests lxml==3.7.1 # via http-crawler markdown2==2.3.7 # via django-markdown-deux pyyaml==3.12 # via django-amber rcssmin==1.0.6 # via django-compressor -requests==2.21.0 +requests==2.23.0 rjsmin==1.0.12 # via django-compressor tinycss2==0.5 # via http-crawler urllib3==1.24.1 # via requests