From ad7c77493a7e11a126592d1ce1ef97ffc46b522c Mon Sep 17 00:00:00 2001 From: Ayub khan Date: Wed, 24 Jul 2019 15:37:00 +0500 Subject: [PATCH] -upgrade ora to 2.2.6 --- requirements/edx/base.txt | 4 ++-- requirements/edx/development.txt | 4 ++-- requirements/edx/github.in | 2 +- requirements/edx/testing.txt | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index 814efd9837..f5cc17b03e 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -93,7 +93,7 @@ git+https://github.com/edx/django-rest-framework-oauth.git@0a43e8525f1e3048efe4b djangorestframework-xml==1.4.0 # via edx-enterprise djangorestframework==3.7.7 docopt==0.6.2 -docutils==0.15.post1 # via botocore +docutils==0.15.1 # via botocore drf-yasg==1.16 edx-ace==0.1.10 edx-analytics-data-api-client==0.15.3 @@ -171,7 +171,7 @@ nodeenv==1.1.1 numpy==1.16.4 oauth2==1.9.0.post1 oauthlib==2.1.0 -git+https://github.com/edx/edx-ora2.git@2.2.3#egg=ora2==2.2.3 +git+https://github.com/edx/edx-ora2.git@2.2.6#egg=ora2==2.2.6 path.py==8.2.1 pathtools==0.1.2 paver==1.3.4 diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt index 605ca722a2..59f4418286 100644 --- a/requirements/edx/development.txt +++ b/requirements/edx/development.txt @@ -113,7 +113,7 @@ git+https://github.com/edx/django-rest-framework-oauth.git@0a43e8525f1e3048efe4b djangorestframework-xml==1.4.0 djangorestframework==3.7.7 docopt==0.6.2 -docutils==0.15.post1 +docutils==0.15.1 drf-yasg==1.16 edx-ace==0.1.10 edx-analytics-data-api-client==0.15.3 @@ -218,7 +218,7 @@ nodeenv==1.1.1 numpy==1.16.4 oauth2==1.9.0.post1 oauthlib==2.1.0 -git+https://github.com/edx/edx-ora2.git@2.2.3#egg=ora2==2.2.3 +git+https://github.com/edx/edx-ora2.git@2.2.6#egg=ora2==2.2.6 packaging==19.0 path.py==8.2.1 pathlib2==2.3.4 diff --git a/requirements/edx/github.in b/requirements/edx/github.in index 10bcba247b..b009241b9f 100644 --- a/requirements/edx/github.in +++ b/requirements/edx/github.in @@ -78,7 +78,7 @@ git+https://github.com/edx/django-celery.git@756cb57aad765cb2b0d37372c1855b8f5f3 # Our libraries: -e git+https://github.com/edx/codejail.git@a320d43ce6b9c93b17636b2491f724d9e433be47#egg=codejail -e git+https://github.com/edx/acid-block.git@e46f9cda8a03e121a00c7e347084d142d22ebfb7#egg=acid-xblock -git+https://github.com/edx/edx-ora2.git@2.2.3#egg=ora2==2.2.3 +git+https://github.com/edx/edx-ora2.git@2.2.6#egg=ora2==2.2.6 git+https://github.com/edx/RecommenderXBlock.git@1.4.0#egg=recommender-xblock==1.4.0 git+https://github.com/edx/crowdsourcehinter.git@518605f0a95190949fe77bd39158450639e2e1dc#egg=crowdsourcehinter-xblock==0.1 -e git+https://github.com/edx/RateXBlock.git@367e19c0f6eac8a5f002fd0f1559555f8e74bfff#egg=rate-xblock diff --git a/requirements/edx/testing.txt b/requirements/edx/testing.txt index 11aea2c582..8482827c48 100644 --- a/requirements/edx/testing.txt +++ b/requirements/edx/testing.txt @@ -109,7 +109,7 @@ git+https://github.com/edx/django-rest-framework-oauth.git@0a43e8525f1e3048efe4b djangorestframework-xml==1.4.0 djangorestframework==3.7.7 docopt==0.6.2 -docutils==0.15.post1 +docutils==0.15.1 drf-yasg==1.16 edx-ace==0.1.10 edx-analytics-data-api-client==0.15.3 @@ -211,7 +211,7 @@ nodeenv==1.1.1 numpy==1.16.4 oauth2==1.9.0.post1 oauthlib==2.1.0 -git+https://github.com/edx/edx-ora2.git@2.2.3#egg=ora2==2.2.3 +git+https://github.com/edx/edx-ora2.git@2.2.6#egg=ora2==2.2.6 packaging==19.0 # via caniusepython3, tox path.py==8.2.1 pathlib2==2.3.4 # via importlib-metadata, pytest, pytest-django