diff --git a/CHANGELOG.md b/CHANGELOG.md index 01145760..75bdc50e 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-11-29] +### Changed +- Update version of click and python-build (@luzfcb) + ## [2015-11-25] ### Changed - Update version of psutil, ipython (@luzfcb) diff --git a/{{cookiecutter.repo_name}}/tests/hitchreqs.txt b/{{cookiecutter.repo_name}}/tests/hitchreqs.txt index 8c2bff5d..4b9cd683 100644 --- a/{{cookiecutter.repo_name}}/tests/hitchreqs.txt +++ b/{{cookiecutter.repo_name}}/tests/hitchreqs.txt @@ -1,4 +1,4 @@ -click==6.0 +click==6.2 colorama==0.3.3 decorator==4.0.4 docopt==0.6.2 @@ -24,7 +24,7 @@ pickleshare==0.5 psutil==3.3.0 ptyprocess==0.5 pykwalify==1.5.0 -python-build==0.2.5 +python-build==0.2.6 python-dateutil==2.4.2 pyuv==1.2.0 PyYAML==3.11