From 54c73b75380e9ff33b551cbb75a260b9946fc803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 20:08:16 +0000 Subject: [PATCH] Bump bleach from 3.0.2 to 3.1.4 Bumps [bleach](https://github.com/mozilla/bleach) from 3.0.2 to 3.1.4. - [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.0.2...v3.1.4) Signed-off-by: dependabot[bot] <support@github.com> --- requirements.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/requirements.txt b/requirements.txt index f6eb718..af4a69b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,37 +6,37 @@ # alabaster==0.7.12 # via oic aniso8601==3.0.2 # via graphene -arrow==0.12.1 +arrow==0.12.1 # via -r requirements.in asn1crypto==0.24.0 # via cryptography beaker==1.10.0 # via oic -bleach==3.0.2 +bleach==3.1.4 # via -r requirements.in certifi==2018.10.15 # via requests cffi==1.11.5 # via cryptography chardet==3.0.4 # via requests cryptography==2.3.1 # via pyopenssl -django-elasticsearch-dsl==0.5.0 -django-extensions==2.1.3 -django==2.1.2 -dsnparse==0.1.12 -elasticsearch-dsl==6.1.0 +django-elasticsearch-dsl==0.5.0 # via -r requirements.in +django-extensions==2.1.3 # via -r requirements.in +django==2.1.2 # via -r requirements.in, graphene-django +dsnparse==0.1.12 # via -r requirements.in +elasticsearch-dsl==6.1.0 # via -r requirements.in, django-elasticsearch-dsl elasticsearch==6.3.1 # via elasticsearch-dsl future==0.16.0 # via oic, pyjwkest -graphene-django==2.2.0 -graphene==2.1.3 +graphene-django==2.2.0 # via -r requirements.in +graphene==2.1.3 # via -r requirements.in, graphene-django graphql-core==2.1 # via graphene, graphene-django, graphql-relay graphql-relay==0.4.5 # via graphene idna==2.7 # via cryptography, requests ipaddress==1.0.22 # via elasticsearch-dsl -iso8601==0.1.12 +iso8601==0.1.12 # via -r requirements.in mako==1.0.7 # via oic markupsafe==1.0 # via mako -oic==0.14.0 +oic==0.14.0 # via -r requirements.in promise==2.2.1 # via graphene, graphene-django, graphql-core, graphql-relay -psycopg2-binary==2.7.5 +psycopg2-binary==2.7.5 # via -r requirements.in pycparser==2.19 # via cffi pycryptodomex==3.6.6 # via oic, pyjwkest pyjwkest==1.4.0 # via oic -pyjwt==1.6.4 +pyjwt==1.6.4 # via -r requirements.in pyopenssl==18.0.0 # via oic python-dateutil==2.7.3 # via arrow, elasticsearch-dsl pytz==2018.5 # via django -- GitLab