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

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

commit 3f28635efebe0849a3934329d197be7fdc3c3a86
Author: Dave Brondsema <[email protected]>
AuthorDate: Mon Sep 13 19:30:25 2021 +0000

    [#8396] upgrade webtest and dep
---
 requirements.in  | 2 +-
 requirements.txt | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/requirements.in b/requirements.in
index 5867e54..0627b83 100644
--- a/requirements.in
+++ b/requirements.in
@@ -56,7 +56,7 @@ mock
 pyflakes
 #pylint -- disabled due to [#8346]  (also requires diff versions on py2 vs 3, 
including transitive deps which gets tricky with pip-compile)
 testfixtures
-WebTest==2.0.33
+WebTest
 
 # deployment
 gunicorn
diff --git a/requirements.txt b/requirements.txt
index 9cda678..a434e65 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -179,7 +179,6 @@ six==1.15.0
     #   qrcode
     #   textile
     #   webhelpers2
-    #   webtest
 smmap==4.0.0
     # via gitdb
 soupsieve==2.2.1
@@ -198,7 +197,7 @@ typing-extensions==3.10.0.2
     # via gitpython
 urllib3==1.26.6
     # via requests
-waitress==1.4.3
+waitress==2.0.0
     # via webtest
 webencodings==0.5.1
     # via
@@ -213,7 +212,7 @@ webob==1.7.4
     #   timermiddleware
     #   turbogears2
     #   webtest
-webtest==2.0.33
+webtest==3.0.0
     # via -r requirements.in
 werkzeug==1.0.1
     # via -r requirements.in

Reply via email to