diff --git a/requirements.txt b/requirements.txt index 71746b9..40b97d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -django==2.1.7 +django==2.2.3 gunicorn==19.9.0 -django-htmlmin==0.10.0 +django-htmlmin==0.11.0 django-image-cropping==1.2.0 easy_thumbnails==2.6 WhiteNoise==4.1.2 django-redis==4.10.0 -django-ckeditor==5.6.1 -Pillow==5.4.1 \ No newline at end of file +django-ckeditor==5.7.1 +Pillow==6.0.0 \ No newline at end of file diff --git a/requirements_dev.txt b/requirements_dev.txt index 42548b5..0419142 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,9 +1,9 @@ -r requirements.txt -ptvsd==4.2.4 +ptvsd==4.2.10 pylint==2.3.1 -autopep8==1.4.3 -coverage==4.5.2 -coveralls==1.6.0 -pre-commit==1.14.4 -tox==3.7.0 -pytest==4.3.0 +autopep8==1.4.4 +coverage==4.5.3 +coveralls==1.8.1 +pre-commit==1.17.0 +tox==3.13.1 +pytest==5.0.0