diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 6905454d..414d2a33 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -89,6 +89,7 @@ Listed in alphabetical order. Ian Lee `@IanLee1521`_ Jan Van Bruggen `@jvanbrug`_ Jens Nilsson `@phiberjenz`_ + Jimmy Gitonga `@afrowave`_ @afrowave Julien Almarcha `@sladinji`_ Julio Castillo `@juliocc`_ Kaido Kert `@kaidokert`_ diff --git a/requirements.txt b/requirements.txt index a9f14d35..33c0f9b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ cookiecutter==1.4.0 flake8==3.2.1 # pyup: != 2.6.0 -sh==1.12.6 +sh==1.12.7 binaryornot==0.4.0 # Testing diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index a8fbf468..4fa542d5 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -16,7 +16,7 @@ gunicorn==19.6.0 # Static and Media Storage # ------------------------------------------------ -boto==2.43.0 +boto==2.44.0 django-storages-redux==1.3.2 {% if cookiecutter.use_whitenoise != 'y' -%} Collectfast==0.3.1