You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by ke...@apache.org on 2019/09/04 19:15:20 UTC

[allura] 15/17: [#8325] upgrade docutils

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

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

commit 06e39e89447f257db941fa37526104892ff97432
Author: Dave Brondsema <da...@brondsema.net>
AuthorDate: Wed Aug 21 16:56:46 2019 -0400

    [#8325] upgrade docutils
---
 requirements-dev.txt | 2 +-
 requirements.txt     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements-dev.txt b/requirements-dev.txt
index e123447..219e60f 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -9,7 +9,7 @@ babel==2.7.0              # via sphinx
 certifi==2019.6.16        # via requests
 chardet==3.0.4            # via requests
 click==7.0                # via pip-tools
-docutils==0.14            # via sphinx
+docutils==0.15.2          # via sphinx
 idna==2.8                 # via requests
 imagesize==1.1.0          # via sphinx
 jinja2==2.10              # via sphinx
diff --git a/requirements.txt b/requirements.txt
index d70a913..13d2e15 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -24,7 +24,7 @@ creoleparser==0.7.5       # via pypeline
 cryptography==2.6.1
 datadiff==2.0.0
 decorator==4.4.0
-docutils==0.14            # via pypeline
+docutils==0.15.2          # via pypeline
 easywidgets==0.3.5
 emoji==0.5.3
 enum34==1.1.6             # via astroid, colander, cryptography, traitlets