diff --git a/doc_requirements.txt b/doc_requirements.txt index a6aac2df..9077dc89 100644 --- a/doc_requirements.txt +++ b/doc_requirements.txt @@ -1,4 +1,4 @@ -r requirements.txt -sphinx>=1.3.1 -sphinx_bootstrap_theme>=0.4.5 -sphinxcontrib-napoleon>=0.3.5 +sphinx==1.4.5 +sphinx-bootstrap-theme==0.4.12 +sphinxcontrib-napoleon==0.5.3 diff --git a/requirements.txt b/requirements.txt index b80ae0ea..1ad981b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,28 +1,28 @@ # Core project/common requirements -celery==3.1.19 -Django==1.8.7 -django-appconf==1.0.1 -django-bootstrap3==6.2.2 +celery==3.1.23 +Django==1.10 +django-appconf==1.0.2 +django-bootstrap3==7.0.1 # Pin to develop branch for cache feature git+https://github.com/django-compressor/django-compressor@5086fddb60d00ccb71a8883d4d0b40c6630d38e7#egg=django-compressor-dev==1.5-odl -django-debug-toolbar==1.4 -django-elasticsearch-debug-toolbar==1.0.3 -djangorestframework==3.3.1 -dj-database-url==0.3.0 +django-debug-toolbar==1.5 +django-elasticsearch-debug-toolbar==1.0.4 +djangorestframework==3.4.4 +dj-database-url==0.4.1 dj-static==0.0.6 -elasticsearch==2.1.0 -elasticsearch-dsl==0.0.9 -psycopg2==2.6.1 +elasticsearch==2.3.0 +elasticsearch-dsl==2.1.0 +psycopg2==2.6.2 PyYAML==3.11 redis==2.10.5 -requests==2.8.1 -static3==0.6.1 +requests==2.11.0 +static3==0.7.0 tox>=2.0.2,<3.0.0 -uwsgi==2.0.11.2 +uwsgi==2.0.13.1 six==1.10.0 -sqlparse==0.1.18 +sqlparse==0.2.1 statsd==3.2.1 git+https://github.com/mitodl/django-settings-export@feature/py3_readme#egg=django-settings-export==1.0.5-odl @@ -35,10 +35,11 @@ git+https://github.com/mingchen/django-cas-ng@69463fe7c23f025be7165c2967f4ceb983 # Importer application requirements git+https://github.com/mitodl/xbundle@0e6d87b6d87bf0c366b3e87865df2327d57c6525#egg=xbundle==0.3.1 git+https://github.com/gdub/python-archive.git@61b9afde21621a8acce964d3336a7fb5d2d07ca6#egg=python-archive==0.3.1-odl -django-storages-redux==1.3 -python-magic==0.4.10 +django-storages-redux==1.3.2 +python-magic==0.4.12 boto>=2.38.0,<3.0.0 -beautifulsoup4==4.4.1 +beautifulsoup4==4.5.1 # Application monitoring requirements -newrelic==2.58.1.44 +newrelic==2.68.0.50 +django-server-status==0.3.2 \ No newline at end of file