diff --git a/CHANGELOG.md b/CHANGELOG.md index c8abdb953..b9c5282fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All enhancements and patches to cookiecutter-django will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2015-10-05] +### Changed +- Update version of Django, Pillow, hitchselenium, psutil (@luzfcb) + ## [2015-10-04] ### Changed - Remove stray closing tags and fix navbar margin in in base.html (@hairychris) diff --git a/{{cookiecutter.repo_name}}/requirements/base.txt b/{{cookiecutter.repo_name}}/requirements/base.txt index 88561d5d2..68d280a3c 100644 --- a/{{cookiecutter.repo_name}}/requirements/base.txt +++ b/{{cookiecutter.repo_name}}/requirements/base.txt @@ -1,5 +1,5 @@ # Bleeding edge Django -django==1.8.4 +django==1.8.5 # Configuration django-environ==0.4.0 @@ -18,7 +18,7 @@ django-floppyforms==1.5.2 django-model-utils==2.3.1 # Images -Pillow==2.9.0 +Pillow==3.0.0 # For user registration, either via email or social # Well-built with regular release cycles! diff --git a/{{cookiecutter.repo_name}}/tests/hitchreqs.txt b/{{cookiecutter.repo_name}}/tests/hitchreqs.txt index 740b349fb..40480aff5 100644 --- a/{{cookiecutter.repo_name}}/tests/hitchreqs.txt +++ b/{{cookiecutter.repo_name}}/tests/hitchreqs.txt @@ -5,7 +5,7 @@ hitchcron==0.2 hitchpostgres==0.6.3 hitchpython==0.3.8 hitchredis==0.4.3 -hitchselenium==0.4.3 +hitchselenium==0.4.5 hitchserve==0.4.5 hitchsmtp==0.2.1 hitchtest==0.8.0 @@ -14,7 +14,7 @@ ipython==4.0.0 Jinja2==2.8 MarkupSafe==0.23 patool==1.8 -psutil==3.2.1 +psutil==3.2.2 python-build==0.2.3 pyuv==1.2.0 PyYAML==3.11