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 2020/11/02 21:28:02 UTC

[allura] 11/15: [#8376] paste upgrade for proper ErrorMiddleware handling on py3

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 128566d41a505bff6028408330a6f51c6455eb36
Author: Dave Brondsema <da...@brondsema.net>
AuthorDate: Mon Oct 12 16:08:10 2020 -0400

    [#8376] paste upgrade for proper ErrorMiddleware handling on py3
---
 requirements.in  | 2 +-
 requirements.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.in b/requirements.in
index 12fff91..43dc634 100644
--- a/requirements.in
+++ b/requirements.in
@@ -26,7 +26,7 @@ Ming==0.10.2
 # archive/.../.zip URL is preferable over git+https://... since it supports pip hash generating+checking
 https://github.com/joestump/python-oauth2/archive/b94f69b1ad195513547924e380d9265133e995fa.zip#egg=oauth2
 paginate
-Paste
+Paste>=3.5
 PasteDeploy
 PasteScript
 Pillow
diff --git a/requirements.txt b/requirements.txt
index 3bfedc0..32e3278 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -53,7 +53,7 @@ nose==1.3.7               # via -r requirements.in
 https://github.com/joestump/python-oauth2/archive/b94f69b1ad195513547924e380d9265133e995fa.zip#egg=oauth2  # via -r requirements.in
 oauthlib==3.0.2           # via requests-oauthlib
 paginate==0.5.6           # via -r requirements.in
-paste==3.1.0              # via -r requirements.in, easywidgets, pastescript
+paste==3.5.0              # via -r requirements.in, easywidgets, pastescript
 pastedeploy==2.0.1        # via -r requirements.in, pastescript
 pastescript==3.1.0        # via -r requirements.in
 pathlib2==2.3.4           # via ipython, pickleshare