You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2020/02/28 19:40:22 UTC

[allura] branch master updated: Update pypeline & bleach to latest versions

This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b7f32c  Update pypeline & bleach to latest versions
6b7f32c is described below

commit 6b7f32cc929bb0d257c36071e425058c46e06705
Author: Dave Brondsema <da...@brondsema.net>
AuthorDate: Fri Feb 28 14:38:47 2020 -0500

    Update pypeline & bleach to latest versions
---
 requirements.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 3a5571b..21d97e2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,7 +11,7 @@ backports.functools-lru-cache==1.5  # via soupsieve
 backports.shutil-get-terminal-size==1.0.0  # via ipython
 beaker==1.10.1
 beautifulsoup4==4.8.0
-bleach==3.1.0             # via pypeline
+bleach==3.1.1             # via pypeline
 certifi==2019.6.16        # via requests
 cffi==1.12.2              # via cryptography
 chardet==3.0.4
@@ -65,7 +65,7 @@ pycparser==2.19           # via cffi
 pyflakes==2.1.1
 pygments==2.4.2
 pymongo==2.8.1
-pypeline[creole,markdown,rst,textile]==0.5.1
+pypeline[creole,markdown,rst,textile]==0.5.2
 pysolr==3.6.0
 python-dateutil==2.8.0
 python-magic==0.4.15
@@ -97,4 +97,4 @@ webtest==2.0.33
 wrapt==1.11.2
 
 # The following packages are considered to be unsafe in a requirements file:
-# setuptools==44.0.0        # via ipython
+# setuptools