diff --git a/CHANGELOG.md b/CHANGELOG.md
index 36f786b8..0f7e9c19 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,10 +2,19 @@
All enhancements and patches to cookiecutter-django will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## [2016-03-01]
+### Changed
+- Update version of Django, flake8, pyflakes, pytest, factory_boy, ipdb, Werkzeug, gevent (@luzfcb)
+- Update version of Hitch tests dependencies: click, hitchserve, hitchtest, ipython, psutil, python-dateutil(@luzfcb)
+- Update Tether (JS) version to 1.2.0 (@luzfcb)
+
## [2016-02-24]
### Added
- Beginning support for `py.test` (@pydanny)
+### Changed
+- Fixed missing div closing tag for "container" on user_list.html (@Eraldo)
+
## [2016-02-18]
### Changed
- The status of the registration (open or closed) is now read from the project environment instead of hardcoded in the common settings file. (@Eraldo)
diff --git a/requirements.txt b/requirements.txt
index d1f67aaf..50e6bd23 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,10 +1,10 @@
cookiecutter==1.3.0
-flake8==2.5.2
+flake8==2.5.4
sh==1.11
binaryornot==0.4.0
# Testing
-pytest==2.8.7
+pytest==2.9.0
pep8==1.7.0
-pyflakes==1.0.0
+pyflakes==1.1.0
tox==2.3.1
diff --git a/{{cookiecutter.repo_name}}/requirements/base.txt b/{{cookiecutter.repo_name}}/requirements/base.txt
index 8c40dd5d..64f237f8 100644
--- a/{{cookiecutter.repo_name}}/requirements/base.txt
+++ b/{{cookiecutter.repo_name}}/requirements/base.txt
@@ -7,7 +7,7 @@ wheel==0.29.0
{%- endif %}
# Bleeding edge Django
-django==1.9.2
+django==1.9.3
# Configuration
django-environ==0.4.0
diff --git a/{{cookiecutter.repo_name}}/requirements/local.txt b/{{cookiecutter.repo_name}}/requirements/local.txt
index 43448715..e9d8bcc0 100644
--- a/{{cookiecutter.repo_name}}/requirements/local.txt
+++ b/{{cookiecutter.repo_name}}/requirements/local.txt
@@ -4,15 +4,15 @@ coverage==4.0.3
django_coverage_plugin==1.2.2
Sphinx
django-extensions==1.6.1
-Werkzeug==0.11.3
+Werkzeug==0.11.4
django-test-plus==1.0.11
-factory_boy==2.6.0
+factory_boy==2.6.1
# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==1.4
# improved REPL
-ipdb==0.8.1
+ipdb==0.9.0
# pytest!
pytest-django==2.9.1
diff --git a/{{cookiecutter.repo_name}}/requirements/production.txt b/{{cookiecutter.repo_name}}/requirements/production.txt
index 1ef2e9bf..0c25b909 100644
--- a/{{cookiecutter.repo_name}}/requirements/production.txt
+++ b/{{cookiecutter.repo_name}}/requirements/production.txt
@@ -15,7 +15,7 @@ psycopg2==2.6.1
gevent==1.0.2
{% else %}
# there's no python 3 support in stable, have to use the latest release candidate for gevent
-gevent==1.1rc3
+gevent==1.1rc5
{% endif %}
gunicorn==19.4.5
diff --git a/{{cookiecutter.repo_name}}/requirements/test.txt b/{{cookiecutter.repo_name}}/requirements/test.txt
index 4d97d99f..c0a3fd23 100644
--- a/{{cookiecutter.repo_name}}/requirements/test.txt
+++ b/{{cookiecutter.repo_name}}/requirements/test.txt
@@ -9,9 +9,9 @@ psycopg2==2.6.1
coverage==4.0.3
django_coverage_plugin==1.2.2
-flake8==2.5.2
+flake8==2.5.4
django-test-plus==1.0.11
-factory_boy==2.6.0
+factory_boy==2.6.1
# pytest!
pytest-django==2.9.1
diff --git a/{{cookiecutter.repo_name}}/tests/hitchreqs.txt b/{{cookiecutter.repo_name}}/tests/hitchreqs.txt
index 9428b3a3..41995b91 100644
--- a/{{cookiecutter.repo_name}}/tests/hitchreqs.txt
+++ b/{{cookiecutter.repo_name}}/tests/hitchreqs.txt
@@ -1,5 +1,5 @@
backports-abc==0.4
-click==6.2
+click==6.3
colorama==0.3.6
decorator==4.0.9
docopt==0.6.2
@@ -9,12 +9,12 @@ hitchpostgres==0.7.0
hitchpython==0.5.3
hitchredis==0.4.6
hitchselenium==0.5.1
-hitchserve==0.4.8
+hitchserve==0.4.9
hitchsmtp==0.2.1
hitchsystem==0.1.2
-hitchtest==0.9.6
+hitchtest==0.9.7
humanize==0.5.1
-ipython==4.1.1
+ipython==4.1.2
ipython-genutils==0.1.0
Jinja2==2.8
jupyter-client==4.1.1
@@ -24,11 +24,11 @@ path.py==8.1.2
patool==1.12
pexpect==4.0.1
pickleshare==0.6
-psutil==3.4.2
+psutil==4.0.0
ptyprocess==0.5.1
pykwalify==1.5.0
python-build==0.2.13
-python-dateutil==2.4.2
+python-dateutil==2.5.0
pyuv==1.2.0
PyYAML==3.11
pyzmq==15.2.0
diff --git a/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/base.html b/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/base.html
index 8113478c..9c0324c5 100644
--- a/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/base.html
+++ b/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/templates/base.html
@@ -96,7 +96,7 @@
-
+