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 d04b98d1c58f84e437ad6106297d264aa69eab5f
Author: Dave Brondsema <dave@brondsema.net>
AuthorDate: Wed Jul 31 11:40:37 2019 -0400
[#8320] upgrade requests
---
requirements-dev.txt | 6 +++++-
requirements.in | 2 +-
requirements.txt | 5 ++++-
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 6a57d20..d2354ae 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -6,8 +6,11 @@
#
alabaster==0.7.12 # via sphinx
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
+idna==2.8 # via requests
imagesize==1.1.0 # via sphinx
jinja2==2.10 # via sphinx
markupsafe==1.0 # via jinja2
@@ -17,7 +20,7 @@ pygments==2.2.0 # via sphinx
pyparsing==2.4.0 # via packaging
pytz==2019.1 # via babel
q==2.3
-requests==2.11.1 # via sphinx
+requests==2.22.0 # via sphinx
six==1.12.0 # via packaging, pip-tools, sphinx
snowballstemmer==1.9.0 # via sphinx
sphinx-argparse==0.2.5
@@ -26,6 +29,7 @@ sphinx==1.8.5 # via sphinx-argparse, sphinx-rtd-theme, sphinxcontrib
sphinxcontrib-programoutput==0.8
sphinxcontrib-websupport==1.1.2 # via sphinx
typing==3.7.4 # via sphinx
+urllib3==1.25.3 # via requests
# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.0.1 # via sphinx
diff --git a/requirements.in b/requirements.in
index 6f807f5..0763123 100644
--- a/requirements.in
+++ b/requirements.in
@@ -33,7 +33,7 @@ python-magic==0.4.3
python-oembed==0.2.1
pytz==2019.1
qrcode==5.3
-requests==2.11.1
+requests
requests-oauthlib
# for taskd proc name switching
setproctitle==1.1.9
diff --git a/requirements.txt b/requirements.txt
index 23c2037..68c11bd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,6 +13,7 @@ beaker==1.10.1
beautifulsoup4==4.6.1
beautifulsoup==3.2.0
bleach==3.1.0 # via pypeline
+certifi==2019.6.16 # via requests
cffi==1.12.2 # via cryptography
chardet==3.0.4
colander==1.7.0
@@ -38,6 +39,7 @@ gitpython==2.1.11
gunicorn==19.4.5
html5lib==1.0.1
httplib2==0.7.4 # via oauth2
+idna==2.8 # via requests
ipaddress==1.0.22 # via cryptography
ipython==1.2.1
iso8601==0.1.12 # via colander
@@ -72,7 +74,7 @@ pytz==2019.1
qrcode==5.3
repoze.lru==0.7 # via turbogears2
requests-oauthlib==1.2.0
-requests==2.11.1
+requests==2.22.0
setproctitle==1.1.9
singledispatch==3.4.0.3 # via astroid, pylint
six==1.12.0
@@ -82,6 +84,7 @@ textile==3.0.4 # via pypeline
timermiddleware==0.5.0
translationstring==1.3 # via colander
turbogears2==2.3.12
+urllib3==1.25.3 # via requests
waitress==1.3.0 # via webtest
webencodings==0.5.1 # via bleach, html5lib
webhelpers==1.3
|