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 ddbac75d4de855186b39cd2f00dd203d81e699d1
Author: Dave Brondsema <dave@brondsema.net>
AuthorDate: Wed Jul 31 12:04:15 2019 -0400
[#8320] upgrade oauth2
---
requirements.in | 3 ++-
requirements.txt | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/requirements.in b/requirements.in
index 78a6b05..4b47419 100644
--- a/requirements.in
+++ b/requirements.in
@@ -19,7 +19,8 @@ Markdown==2.2.1
markdown-checklist==0.4.1
MarkupSafe==1.0
Ming==0.5.6
-oauth2==1.5.170
+# oauth2 doesn't have py3.6 support. There's a fork with fixes but no pypi releases I can
find. https://github.com/joestump/python-oauth2/issues/223
+oauth2
Paste==3.0.1
PasteDeploy==1.5.2
PasteScript==2.0.2
diff --git a/requirements.txt b/requirements.txt
index eb9f037..2aca996 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -38,7 +38,7 @@ gitdb2==2.0.4 # via gitpython
gitpython==2.1.11
gunicorn==19.4.5
html5lib==1.0.1
-httplib2==0.7.4 # via oauth2
+httplib2==0.13.1 # via oauth2
idna==2.8 # via requests
ipaddress==1.0.22 # via cryptography
ipython==1.2.1
@@ -53,7 +53,7 @@ mccabe==0.6.1 # via pylint
ming==0.5.6
mock==1.0.1
nose==1.3.4
-oauth2==1.5.170
+oauth2==1.9.0.post1
oauthlib==3.0.2 # via requests-oauthlib
paste==3.0.1
pastedeploy==1.5.2
|