diff --git a/requirements/edx-sandbox/base.txt b/requirements/edx-sandbox/base.txt index ec622be1e6..b2633cb146 100644 --- a/requirements/edx-sandbox/base.txt +++ b/requirements/edx-sandbox/base.txt @@ -6,9 +6,9 @@ # common/lib/sandbox-packages common/lib/symmath -backports.functools-lru-cache==1.5 # via matplotlib +backports.functools-lru-cache==1.6.1 # via matplotlib git+https://github.com/edx/openedx-calc.git@e9b698c85ad1152002bc0868f475f153dce88952#egg=calc==0.4 -cffi==1.13.1 +cffi==1.13.2 git+https://github.com/edx/openedx-chem.git@ff4e3a03d3c7610e47a9af08eb648d8aabe2eb18#egg=chem==1.0.0 cryptography==2.8 cycler==0.10.0 # via matplotlib @@ -23,7 +23,7 @@ nltk==3.4.5 numpy==1.7.2 pycparser==2.19 pyparsing==2.2.0 -python-dateutil==2.8.0 # via matplotlib +python-dateutil==2.8.1 # via matplotlib pytz==2019.3 # via matplotlib random2==1.0.1 scipy==0.14.0 diff --git a/requirements/edx-sandbox/shared.txt b/requirements/edx-sandbox/shared.txt index 5a28afc87d..06b7cc3fd2 100644 --- a/requirements/edx-sandbox/shared.txt +++ b/requirements/edx-sandbox/shared.txt @@ -4,7 +4,7 @@ # # make upgrade # -cffi==1.13.1 # via cryptography +cffi==1.13.2 # via cryptography cryptography==2.8 enum34==1.1.6 # via cryptography ipaddress==1.0.23 # via cryptography diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index 39f125f31a..d5e1789fd0 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -27,7 +27,7 @@ appdirs==1.4.3 # via fs argh==0.26.2 attrs==17.4.0 babel==1.3 -backports.functools-lru-cache==1.5 # via soupsieve +backports.functools-lru-cache==1.6.1 # via soupsieve beautifulsoup4==4.8.1 # via pynliner billiard==3.3.0.23 # via celery bleach==2.1.4 @@ -38,7 +38,7 @@ git+https://github.com/edx/bridgekeeper.git@4e34894e4ac5d0467ed1901811a81fd87ee0 git+https://github.com/edx/openedx-calc.git@e9b698c85ad1152002bc0868f475f153dce88952#egg=calc==0.4 celery==3.1.25 certifi==2019.9.11 -cffi==1.13.1 +cffi==1.13.2 chardet==3.0.4 git+https://github.com/edx/openedx-chem.git@ff4e3a03d3c7610e47a9af08eb648d8aabe2eb18#egg=chem==1.0.0 click==7.0 # via code-annotations, user-util @@ -80,13 +80,13 @@ django-require==1.0.11 django-sekizai==1.0.0 django-ses==0.8.4 django-simple-history==2.7.3 -django-splash==0.2.3 +django-splash==0.2.4 django-statici18n==1.4.0 django-storages==1.4.1 django-user-tasks==0.2.1 django-waffle==0.12.0 django-webpack-loader==0.6.0 -django==1.11.25 +django==1.11.26 djangorestframework-jwt==1.11.0 git+https://github.com/edx/django-rest-framework-oauth.git@0a43e8525f1e3048efe4bc70c03de308a277197c#egg=djangorestframework-oauth==1.1.1 djangorestframework-xml==1.4.0 # via edx-enterprise @@ -107,7 +107,7 @@ edx-django-utils==2.0.1 edx-drf-extensions==2.4.0 edx-enterprise==2.0.9 edx-i18n-tools==0.4.8 -edx-milestones==0.2.3 +edx-milestones==0.2.5 edx-oauth2-provider==1.3.1 edx-opaque-keys[django]==2.0.0 edx-organizations==2.1.1 @@ -186,7 +186,7 @@ py2neo==3.1.2 pycontracts==1.7.1 pycountry==19.8.18 pycparser==2.19 -pycryptodome==3.9.0 # via pdfminer.six +pycryptodome==3.9.1 # via pdfminer.six pycryptodomex==3.4.7 pygments==2.4.2 pygraphviz==1.5 @@ -231,7 +231,7 @@ social-auth-app-django==2.1.0 social-auth-core==1.7.0 sorl-thumbnail==12.3 sortedcontainers==2.1.0 -soupsieve==1.9.4 # via beautifulsoup4 +soupsieve==1.9.5 # via beautifulsoup4 sqlparse==0.3.0 staff-graded-xblock==0.5 stevedore==1.31.0 diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt index eebbcb1fd3..7a1cc82114 100644 --- a/requirements/edx/development.txt +++ b/requirements/edx/development.txt @@ -33,7 +33,7 @@ atomicwrites==1.3.0 attrs==17.4.0 aws-xray-sdk==0.95 babel==1.3 -backports.functools-lru-cache==1.5 +backports.functools-lru-cache==1.6.1 backports.ssl-match-hostname==3.7.0.1 backports.tempfile==1.0 backports.weakref==1.0.post1 @@ -46,10 +46,10 @@ boto==2.39.0 botocore==1.8.17 git+https://github.com/edx/bridgekeeper.git@4e34894e4ac5d0467ed1901811a81fd87ee01937#egg=bridgekeeper==0.0 git+https://github.com/edx/openedx-calc.git@e9b698c85ad1152002bc0868f475f153dce88952#egg=calc==0.4 -caniusepython3==7.1.0 +caniusepython3==7.2.0 celery==3.1.25 certifi==2019.9.11 -cffi==1.13.1 +cffi==1.13.2 chardet==3.0.4 git+https://github.com/edx/openedx-chem.git@ff4e3a03d3c7610e47a9af08eb648d8aabe2eb18#egg=chem==1.0.0 click-log==0.3.2 @@ -101,13 +101,13 @@ django-require==1.0.11 django-sekizai==1.0.0 django-ses==0.8.4 django-simple-history==2.7.3 -django-splash==0.2.3 +django-splash==0.2.4 django-statici18n==1.4.0 django-storages==1.4.1 django-user-tasks==0.2.1 django-waffle==0.12.0 django-webpack-loader==0.6.0 -django==1.11.25 +django==1.11.26 djangorestframework-jwt==1.11.0 git+https://github.com/edx/django-rest-framework-oauth.git@0a43e8525f1e3048efe4bc70c03de308a277197c#egg=djangorestframework-oauth==1.1.1 djangorestframework-xml==1.4.0 @@ -130,7 +130,7 @@ edx-drf-extensions==2.4.0 edx-enterprise==2.0.9 edx-i18n-tools==0.4.8 edx-lint==1.3.0 -edx-milestones==0.2.3 +edx-milestones==0.2.5 edx-oauth2-provider==1.3.1 edx-opaque-keys[django]==2.0.0 edx-organizations==2.1.1 @@ -186,7 +186,7 @@ jmespath==0.9.4 jsondiff==1.1.1 jsonfield==2.0.2 jsonpickle==1.2 -jsonschema==3.1.1 # via sphinxcontrib-openapi +jsonschema==3.1.1 kombu==3.0.37 laboratory==1.0.2 lazy-object-proxy==1.4.3 @@ -196,7 +196,7 @@ libsass==0.10.0 loremipsum==1.0.5 git+https://github.com/edx/xblock-lti-consumer.git@v1.2.1#egg=lti_consumer-xblock==1.2.1 lxml==3.8.0 -m2r==0.2.1 # via sphinxcontrib-openapi +m2r==0.2.1 mailsnake==1.6.4 mako==1.0.2 mando==0.6.4 @@ -243,7 +243,7 @@ pycodestyle==2.5.0 pycontracts==1.7.1 pycountry==19.8.18 pycparser==2.19 -pycryptodome==3.9.0 +pycryptodome==3.9.1 pycryptodomex==3.4.7 pyflakes==2.1.1 pygments==2.4.2 @@ -309,9 +309,9 @@ social-auth-app-django==2.1.0 social-auth-core==1.7.0 sorl-thumbnail==12.3 sortedcontainers==2.1.0 -soupsieve==1.9.4 +soupsieve==1.9.5 sphinx==1.8.5 -sphinxcontrib-httpdomain==1.7.0 # via sphinxcontrib-openapi +sphinxcontrib-httpdomain==1.7.0 git+https://github.com/sphinx-contrib/openapi.git@9306435601ae05138edea54419dd83ce9e729ad8#egg=sphinxcontrib-openapi[markdown]==0.0 sphinxcontrib-websupport==1.1.2 # via sphinx sqlparse==0.3.0 diff --git a/requirements/edx/django.txt b/requirements/edx/django.txt index ec1ad20b4c..cfdd026585 100644 --- a/requirements/edx/django.txt +++ b/requirements/edx/django.txt @@ -1 +1 @@ -django==1.11.25 +django==1.11.26 diff --git a/requirements/edx/testing.txt b/requirements/edx/testing.txt index 5d71ce072b..0798bfc7c1 100644 --- a/requirements/edx/testing.txt +++ b/requirements/edx/testing.txt @@ -32,7 +32,7 @@ atomicwrites==1.3.0 # via pytest attrs==17.4.0 aws-xray-sdk==0.95 # via moto babel==1.3 -backports.functools-lru-cache==1.5 +backports.functools-lru-cache==1.6.1 backports.ssl-match-hostname==3.7.0.1 # via docker backports.tempfile==1.0 # via moto backports.weakref==1.0.post1 # via backports.tempfile @@ -45,10 +45,10 @@ boto==2.39.0 botocore==1.8.17 git+https://github.com/edx/bridgekeeper.git@4e34894e4ac5d0467ed1901811a81fd87ee01937#egg=bridgekeeper==0.0 git+https://github.com/edx/openedx-calc.git@e9b698c85ad1152002bc0868f475f153dce88952#egg=calc==0.4 -caniusepython3==7.1.0 +caniusepython3==7.2.0 celery==3.1.25 certifi==2019.9.11 -cffi==1.13.1 +cffi==1.13.2 chardet==3.0.4 git+https://github.com/edx/openedx-chem.git@ff4e3a03d3c7610e47a9af08eb648d8aabe2eb18#egg=chem==1.0.0 click-log==0.3.2 # via edx-lint @@ -99,7 +99,7 @@ django-require==1.0.11 django-sekizai==1.0.0 django-ses==0.8.4 django-simple-history==2.7.3 -django-splash==0.2.3 +django-splash==0.2.4 django-statici18n==1.4.0 django-storages==1.4.1 django-user-tasks==0.2.1 @@ -127,7 +127,7 @@ edx-drf-extensions==2.4.0 edx-enterprise==2.0.9 edx-i18n-tools==0.4.8 edx-lint==1.3.0 -edx-milestones==0.2.3 +edx-milestones==0.2.5 edx-oauth2-provider==1.3.1 edx-opaque-keys[django]==2.0.0 edx-organizations==2.1.1 @@ -233,7 +233,7 @@ pycodestyle==2.5.0 pycontracts==1.7.1 pycountry==19.8.18 pycparser==2.19 -pycryptodome==3.9.0 +pycryptodome==3.9.1 pycryptodomex==3.4.7 pyflakes==2.1.1 # via flake8 pygments==2.4.2 @@ -296,7 +296,7 @@ social-auth-app-django==2.1.0 social-auth-core==1.7.0 sorl-thumbnail==12.3 sortedcontainers==2.1.0 -soupsieve==1.9.4 +soupsieve==1.9.5 sqlparse==0.3.0 staff-graded-xblock==0.5 stevedore==1.31.0