From 500263cf25cfa2ec5113dabf15a21649280898e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 18:23:53 +0000 Subject: [PATCH] Bump bleach from 3.1.0 to 3.1.1 Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/mozilla/bleach/releases) - [Changelog](https://github.com/mozilla/bleach/blob/master/CHANGES) - [Commits](https://github.com/mozilla/bleach/compare/v3.1.0...v3.1.1) Signed-off-by: dependabot[bot] --- requirements.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index bc280bb..8ab8b21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,8 +9,8 @@ asn1crypto==0.24.0 # via cryptography atomicwrites==1.3.0 # via pytest attrs==19.1.0 # via black, pytest backcall==0.1.0 # via ipython -black==19.3b0 -bleach==3.1.0 +black==19.10b0 +bleach==3.1.1 certifi==2019.3.9 # via requests, sentry-sdk cffi==1.12.3 # via cryptography chardet==3.0.4 # via requests @@ -47,6 +47,7 @@ more-itertools==7.0.0 # via pytest newrelic==4.20.0.120 packaging==19.0 # via pytest parso==0.4.0 # via jedi +pathspec==0.7.0 # via black pexpect==4.7.0 # via ipython pickleshare==0.7.5 # via ipython pluggy==0.12.0 # via pytest @@ -65,6 +66,7 @@ pytest==4.6.2 python-dateutil==2.8.0 # via faker pytz==2019.1 redis==3.2.1 # via django-redis +regex==2020.2.20 # via black requests==2.22.0 responses==0.10.6 sentry-sdk==0.9.0 @@ -75,6 +77,7 @@ testfixtures==6.8.2 # via flake8-isort text-unidecode==1.2 # via faker toml==0.10.0 # via black traitlets==4.3.2 # via ipython +typed-ast==1.4.1 # via black urllib3==1.25.3 # via requests, sentry-sdk uwsgi==2.0.18 wcwidth==0.1.7 # via prompt-toolkit, pytest