Updating Python Requirements (#23149)
This commit is contained in:
committed by
GitHub
parent
00f5beb66f
commit
2bc735a91c
@@ -30,7 +30,7 @@ attrs==19.3.0
|
||||
babel==2.8.0
|
||||
beautifulsoup4==4.8.2 # via pynliner
|
||||
billiard==3.3.0.23 # via celery
|
||||
bleach==3.1.0
|
||||
bleach==3.1.1
|
||||
boto3==1.4.8
|
||||
boto==2.39.0
|
||||
botocore==1.8.17
|
||||
@@ -133,7 +133,7 @@ gunicorn==20.0.4
|
||||
help-tokens==1.0.5
|
||||
html5lib==1.0.1
|
||||
httplib2==0.17.0
|
||||
idna==2.8
|
||||
idna==2.9
|
||||
importlib-metadata==1.5.0
|
||||
inflection==0.3.1 # via drf-yasg
|
||||
ipaddress==1.0.23
|
||||
@@ -209,7 +209,7 @@ random2==1.0.1
|
||||
recommender-xblock==1.4.5
|
||||
redis==2.10.6
|
||||
requests-oauthlib==1.1.0
|
||||
requests==2.22.0
|
||||
requests==2.23.0
|
||||
rest-condition==1.0.3
|
||||
rfc6266-parser==0.0.6
|
||||
ruamel.yaml.clib==0.2.0 # via ruamel.yaml
|
||||
|
||||
@@ -33,7 +33,7 @@ attrs==19.3.0
|
||||
babel==2.8.0
|
||||
beautifulsoup4==4.8.2
|
||||
billiard==3.3.0.23
|
||||
bleach==3.1.0
|
||||
bleach==3.1.1
|
||||
bok-choy==1.0.1
|
||||
boto3==1.4.8
|
||||
boto==2.39.0
|
||||
@@ -156,7 +156,7 @@ help-tokens==1.0.5
|
||||
html5lib==1.0.1
|
||||
httplib2==0.17.0
|
||||
httpretty==0.9.7
|
||||
idna==2.8
|
||||
idna==2.9
|
||||
imagesize==1.2.0 # via sphinx
|
||||
importlib-metadata==1.5.0
|
||||
importlib-resources==1.0.2
|
||||
@@ -267,7 +267,7 @@ random2==1.0.1
|
||||
recommender-xblock==1.4.5
|
||||
redis==2.10.6
|
||||
requests-oauthlib==1.1.0
|
||||
requests==2.22.0
|
||||
requests==2.23.0
|
||||
rest-condition==1.0.3
|
||||
rfc6266-parser==0.0.6
|
||||
ruamel.yaml.clib==0.2.0
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
certifi==2019.11.28 # via requests
|
||||
chardet==3.0.4 # via requests
|
||||
edx-opaque-keys==2.0.1
|
||||
idna==2.8 # via requests
|
||||
idna==2.9 # via requests
|
||||
importlib-metadata==1.5.0 # via path
|
||||
lazy==1.4
|
||||
libsass==0.10.0
|
||||
@@ -21,7 +21,7 @@ pbr==5.4.4 # via stevedore
|
||||
psutil==1.2.1
|
||||
pymongo==3.9.0
|
||||
python-memcached==1.59
|
||||
requests==2.22.0
|
||||
requests==2.23.0
|
||||
six==1.14.0 # via edx-opaque-keys, libsass, mock, paver, python-memcached, stevedore
|
||||
stevedore==1.32.0
|
||||
urllib3==1.25.8 # via requests
|
||||
|
||||
@@ -32,7 +32,7 @@ attrs==19.3.0
|
||||
babel==2.8.0
|
||||
beautifulsoup4==4.8.2
|
||||
billiard==3.3.0.23
|
||||
bleach==3.1.0
|
||||
bleach==3.1.1
|
||||
bok-choy==1.0.1
|
||||
boto3==1.4.8
|
||||
boto==2.39.0
|
||||
@@ -151,7 +151,7 @@ help-tokens==1.0.5
|
||||
html5lib==1.0.1
|
||||
httplib2==0.17.0
|
||||
httpretty==0.9.7
|
||||
idna==2.8
|
||||
idna==2.9
|
||||
importlib-metadata==1.5.0
|
||||
importlib-resources==1.0.2 # via virtualenv
|
||||
inflect==3.0.2
|
||||
@@ -255,7 +255,7 @@ random2==1.0.1
|
||||
recommender-xblock==1.4.5
|
||||
redis==2.10.6
|
||||
requests-oauthlib==1.1.0
|
||||
requests==2.22.0
|
||||
requests==2.23.0
|
||||
rest-condition==1.0.3
|
||||
rfc6266-parser==0.0.6
|
||||
ruamel.yaml.clib==0.2.0
|
||||
|
||||
@@ -6,6 +6,6 @@
|
||||
#
|
||||
certifi==2019.11.28 # via requests
|
||||
chardet==3.0.4 # via requests
|
||||
idna==2.8 # via requests
|
||||
requests==2.22.0
|
||||
idna==2.9 # via requests
|
||||
requests==2.23.0
|
||||
urllib3==1.25.8 # via requests
|
||||
|
||||
Reference in New Issue
Block a user