From b4c0aa22bcd418a3605be8714572badf112ef1cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Clgen=20Sar=C4=B1kavak?= Date: Sun, 5 Aug 2018 23:35:30 +0300 Subject: [PATCH 1/3] Upgrade pip packages with non-breaking changes * Django: 2.0.5 -> 2.1 * django-choices -> 1.6.0 -> 1.6.1 * django-countries -> 5.3 -> 5.3.1 * gunicorn: 19.8.1 -> 19.9.0 * Pillow: 5.1.0 -> 5.2.0 * psycopg2-binary: 2.7.4 -> 2.7.5 * pytz: 2018.4 -> 2018.5 * boto3: 1.7.31 -> 1.7.70 --- requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 25145bb1..b801d0ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,21 +1,21 @@ dj-database-url==0.5.0 dj-static==0.0.6 -Django==2.0.5 -django-choices==1.6.0 -django-countries==5.3 +Django==2.1 +django-choices==1.6.1 +django-countries==5.3.1 django-filter==1.1.0 djangorestframework==3.8.2 -gunicorn==19.8.1 +gunicorn==19.9.0 Markdown==2.6.11 -Pillow==5.1.0 -psycopg2-binary==2.7.4 +Pillow==5.2.0 +psycopg2-binary==2.7.5 python-decouple==3.1 -pytz==2018.4 +pytz==2018.5 static3==0.7.0 -boto3==1.7.31 +boto3==1.7.70 django-storages==1.6.6 django-markdownx==2.0.23 python-slugify==1.2.5 raven>=3 django-meta==1.4.1 -django-taggit==0.22.2 \ No newline at end of file +django-taggit==0.22.2 From 3c97b36b36487830588251f524ef02b0a2b753de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Clgen=20Sar=C4=B1kavak?= Date: Sun, 5 Aug 2018 23:35:44 +0300 Subject: [PATCH 2/3] Fix raven version: 6.9.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b801d0ad..f28e1def 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,6 @@ boto3==1.7.70 django-storages==1.6.6 django-markdownx==2.0.23 python-slugify==1.2.5 -raven>=3 +raven==6.9.0 django-meta==1.4.1 django-taggit==0.22.2 From 29560ae5b6dd7588d249fc5599aa2ceec357903b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Clgen=20Sar=C4=B1kavak?= Date: Sun, 5 Aug 2018 23:43:19 +0300 Subject: [PATCH 3/3] django-filter: 1.1.0 -> 2.0.0 This upgrade coming with breaking changes but we're not making use of it yet. So, nothing has changed except package version. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f28e1def..453d4bf5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ dj-static==0.0.6 Django==2.1 django-choices==1.6.1 django-countries==5.3.1 -django-filter==1.1.0 +django-filter==2.0.0 djangorestframework==3.8.2 gunicorn==19.9.0 Markdown==2.6.11