Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

requests package upgraded #783

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions openedx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ tags:
oeps:
oep-2: True
oep-10: True
oep-18: True
openedx-release: {ref: release}
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
ansible==1.4.5
bcrypt==3.1.7 # via paramiko
boto==2.48.0
cffi==1.13.1 # via bcrypt, cryptography, pynacl
cffi==1.13.2 # via bcrypt, cryptography, pynacl
cryptography==2.8 # via paramiko
ecdsa==0.13
enum34==1.1.6 # via cryptography
httplib2==0.14.0 # via ansible
ipaddress==1.0.23 # via cryptography
jinja2==2.10.3
markupsafe==1.1.1 # via jinja2
paramiko==2.6.0 # via ansible
paramiko==2.7.0 # via ansible
pycparser==2.19 # via cffi
pycrypto==2.6.1
pynacl==1.3.0 # via paramiko
pyyaml==5.1.2 # via ansible
pyyaml==5.2 # via ansible
six==1.10.0
wheel==0.30.0
3 changes: 1 addition & 2 deletions requirements/default.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ html5lib==1.0.1 # MIT
isoweek==1.3.3 # BSD
numpy==1.11.3 # BSD
paypalrestsdk==1.9.0 # Paypal SDK License
psycopg2==2.6.2 # LGPL
pygeoip==0.3.2 # LGPL
python-cjson==1.1.0 # LGPL
python-dateutil==2.6.1 # BSD
Expand All @@ -27,7 +26,7 @@ python-dateutil==2.6.1 # BSD
python-daemon==2.1.2
python-gnupg==0.3.9 # BSD
pytz==2017.3 # ZPL
requests==2.18.4 # Apache 2.0
requests==2.22.0 # Apache 2.0
six==1.10.0 # MIT
stevedore==1.19.1 # Apache 2.0
ua-parser==0.3.6 # Apache
Expand Down
48 changes: 26 additions & 22 deletions requirements/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
ansible==1.4.5
argparse==1.2.1
asn1crypto==1.2.0 # via oscrypto, snowflake-connector-python
azure-common==1.1.23 # via azure-storage-blob, azure-storage-common, snowflake-connector-python
azure-nspkg==3.0.2 # via azure-common, azure-storage-nspkg
azure-storage-blob==2.1.0 # via snowflake-connector-python
azure-storage-common==2.1.0 # via azure-storage-blob
azure-storage-nspkg==3.1.0 # via azure-storage-common
azure-common==1.1.23 # via snowflake-connector-python
azure-core==1.1.1 # via azure-storage-blob
azure-nspkg==3.0.2 # via azure-common, azure-core, azure-storage-nspkg
azure-storage-blob==12.0.0 # via snowflake-connector-python
azure-storage-nspkg==3.1.0 # via azure-storage-blob
backports-abc==0.5 # via tornado
bcrypt==3.1.7
boto3==1.4.8
boto==2.48.0
botocore==1.8.50 # via boto3, s3transfer, snowflake-connector-python
cachetools==3.1.1 # via google-auth
certifi==2019.9.11 # via requests, snowflake-connector-python, tornado
cffi==1.13.1
certifi==2019.11.28 # via msrest, requests, snowflake-connector-python, tornado
cffi==1.13.2
chardet==3.0.4 # via requests
ciso8601==1.0.3
cryptography==2.8
Expand All @@ -35,67 +35,71 @@ edx-opaque-keys==0.4
elasticsearch==1.7.0
enum34==1.1.6
filechunkio==1.8
future==0.18.1 # via snowflake-connector-python, vertica-python
future==0.18.2 # via snowflake-connector-python, vertica-python
futures==3.3.0 # via azure-storage-blob, google-cloud-core, s3transfer
google-api-python-client==1.7.7
google-auth-httplib2==0.0.3 # via google-api-python-client
google-auth==1.6.3 # via google-api-python-client, google-auth-httplib2, google-cloud-bigquery, google-cloud-core
google-auth==1.7.1 # via google-api-python-client, google-auth-httplib2, google-cloud-bigquery, google-cloud-core
google-cloud-bigquery==0.27.0
google-cloud-core==0.27.1 # via google-cloud-bigquery
google-resumable-media==0.4.1 # via google-cloud-bigquery
google-resumable-media==0.5.0 # via google-cloud-bigquery
googleapis-common-protos==1.6.0 # via google-cloud-core
graphitesend==0.10.0
gspread==3.1.0
html5lib==1.0.1
httplib2==0.14.0
idna==2.6 # via requests, snowflake-connector-python
idna==2.8 # via requests, snowflake-connector-python
ijson==2.5.1 # via snowflake-connector-python
ipaddress==1.0.23
isodate==0.6.0 # via msrest
isoweek==1.3.3
jinja2==2.10.3
jmespath==0.9.4 # via boto3, botocore
lockfile==0.12.2 # via python-daemon
markupsafe==1.1.1
msrest==0.6.10 # via azure-storage-blob
numpy==1.11.3
oauthlib==3.1.0 # via requests-oauthlib
oscrypto==1.1.0 # via snowflake-connector-python
paramiko==2.6.0
paramiko==2.7.0
paypalrestsdk==1.9.0
pbr==5.4.3 # via stevedore
protobuf==3.10.0 # via google-cloud-core, googleapis-common-protos
pbr==5.4.4 # via stevedore
protobuf==3.11.1 # via google-cloud-core, googleapis-common-protos
psycopg2==2.6.2
pyasn1-modules==0.2.7 # via google-auth, snowflake-connector-python
pyasn1==0.4.7 # via pyasn1-modules, rsa, snowflake-connector-python
pyasn1==0.4.8 # via pyasn1-modules, rsa, snowflake-connector-python
pycparser==2.19
pycrypto==2.6.1
pycryptodomex==3.9.0 # via snowflake-connector-python
pycryptodomex==3.9.4 # via snowflake-connector-python
pygeoip==0.3.2
pyjwt==1.7.1 # via snowflake-connector-python
pymongo==3.9.0 # via edx-opaque-keys
pynacl==1.3.0
pyopenssl==19.0.0 # via paypalrestsdk, snowflake-connector-python
pyopenssl==19.1.0 # via paypalrestsdk, snowflake-connector-python
python-cjson==1.1.0
python-daemon==2.1.2
python-dateutil==2.6.1
python-gnupg==0.3.9
pytz==2017.3
pyyaml==5.1.2
requests==2.18.4
pyyaml==5.2
requests-oauthlib==1.3.0 # via msrest
requests==2.22.0
rsa==4.0 # via google-auth
s3transfer==0.1.13 # via boto3
singledispatch==3.4.0.3 # via tornado
six==1.10.0
snowflake-connector-python==2.0.2
stevedore==1.19.1
tornado==4.5.3
typing==3.7.4.1 # via azure-core, azure-storage-blob, msrest
ua-parser==0.3.6
uritemplate==3.0.0 # via google-api-python-client
urllib3==1.22
user-agents==0.3.2
vertica-python==0.6.11
webencodings==0.5.1
webencodings==0.5.1 # via html5lib
wheel==0.30.0
yarn-api-client==0.2.3


# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.4.0 # via google-cloud-core, protobuf, python-daemon
# setuptools
42 changes: 24 additions & 18 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ ansible==1.4.5
argparse==1.2.1
asn1crypto==1.2.0
azure-common==1.1.23
azure-core==1.1.1
azure-nspkg==3.0.2
azure-storage-blob==2.1.0
azure-storage-common==2.1.0
azure-storage-blob==12.0.0
azure-storage-nspkg==3.1.0
babel==2.7.0 # via sphinx
backports-abc==0.5
Expand All @@ -24,8 +24,8 @@ boto3==1.4.8
boto==2.48.0
botocore==1.8.50
cachetools==3.1.1
certifi==2019.9.11
cffi==1.13.1
certifi==2019.11.28
cffi==1.13.2
chardet==3.0.4
ciso8601==1.0.3
cryptography==2.8
Expand All @@ -37,53 +37,57 @@ edx-opaque-keys==0.4
elasticsearch==1.7.0
enum34==1.1.6
filechunkio==1.8
future==0.18.1
future==0.18.2
futures==3.3.0
google-api-python-client==1.7.7
google-auth-httplib2==0.0.3
google-auth==1.6.3
google-auth==1.7.1
google-cloud-bigquery==0.27.0
google-cloud-core==0.27.1
google-resumable-media==0.4.1
google-resumable-media==0.5.0
googleapis-common-protos==1.6.0
graphitesend==0.10.0
gspread==3.1.0
html5lib==1.0.1
httplib2==0.14.0
idna==2.6
idna==2.8
ijson==2.5.1
imagesize==1.1.0 # via sphinx
ipaddress==1.0.23
isodate==0.6.0
isoweek==1.3.3
jinja2==2.10.3
jmespath==0.9.4
lockfile==0.12.2
markupsafe==1.1.1
msrest==0.6.10
numpy==1.11.3
oauthlib==3.1.0
oscrypto==1.1.0
paramiko==2.6.0
paramiko==2.7.0
paypalrestsdk==1.9.0
pbr==5.4.3
protobuf==3.10.0
pbr==5.4.4
protobuf==3.11.1
psycopg2==2.6.2
pyasn1-modules==0.2.7
pyasn1==0.4.7
pyasn1==0.4.8
pycparser==2.19
pycrypto==2.6.1
pycryptodomex==3.9.0
pycryptodomex==3.9.4
pygeoip==0.3.2
pygments==2.4.2 # via sphinx
pygments==2.5.2 # via sphinx
pyjwt==1.7.1
pymongo==3.9.0
pynacl==1.3.0
pyopenssl==19.0.0
pyopenssl==19.1.0
python-cjson==1.1.0
python-daemon==2.1.2
python-dateutil==2.6.1
python-gnupg==0.3.9
pytz==2017.3
pyyaml==5.1.2
requests==2.18.4
pyyaml==5.2
requests-oauthlib==1.3.0
requests==2.22.0
rsa==4.0
s3transfer==0.1.13
singledispatch==3.4.0.3
Expand All @@ -93,13 +97,15 @@ snowflake-connector-python==2.0.2
sphinx==1.5.1
stevedore==1.19.1
tornado==4.5.3
typing==3.7.4.1
ua-parser==0.3.6
uritemplate==3.0.0
urllib3==1.22
user-agents==0.3.2
vertica-python==0.6.11
webencodings==0.5.1
wheel==0.30.0
yarn-api-client==0.2.3

# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.4.0 # via google-cloud-core, protobuf, python-daemon
# setuptools
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# make upgrade
#
click==7.0 # via pip-tools
pip-tools==4.2.0
pip-tools==4.3.0
six==1.10.0
Loading