From f6bb1a5c1762e99559d5b44d3f257ea74511de15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2020 00:13:54 +0000 Subject: [PATCH] Bump bleach from 3.1.0 to 3.1.4 Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.0 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.1.0...v3.1.4) Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8304fb8..577633b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # pip-compile -v # -e file:///home/dev/Projects/oscilloscope -bleach==3.1.0 # via readme-renderer +bleach==3.1.4 # via readme-renderer certifi==2019.3.9 # via requests chardet==3.0.4 # via requests click==7.0 # via pip-tools @@ -14,9 +14,9 @@ cycler==0.10.0 # via matplotlib docutils==0.14 # via readme-renderer idna==2.8 # via requests kiwisolver==1.0.1 # via matplotlib -matplotlib==3.0.3 +matplotlib==3.0.3 # via -r requirements.in, sanitized-package numpy==1.16.2 # via matplotlib -pip-tools==3.5.0 +pip-tools==3.5.0 # via -r requirements.in pkginfo==1.5.0.1 # via twine psutil==5.6.1 # via zproc pygments==2.3.1 # via readme-renderer @@ -29,7 +29,7 @@ requests==2.21.0 # via requests-toolbelt, twine six==1.12.0 # via bleach, cycler, pip-tools, python-dateutil, readme-renderer tblib==1.3.2 # via zproc tqdm==4.31.1 # via twine -twine==1.13.0 +twine==1.13.0 # via -r requirements.in urllib3==1.24.1 # via requests webencodings==0.5.1 # via bleach -zproc==0.9.5 +zproc==0.9.5 # via -r requirements.in, sanitized-package