From 97f09680148249a2ba127465510722dff02c11a3 Mon Sep 17 00:00:00 2001 From: David Miller Date: Mon, 5 Nov 2018 14:05:43 +0000 Subject: [PATCH] Dependencies: Note dateutil bump in changelog, upgrade guide and add to scaffold requirements --- changelog.md | 2 +- doc/docs/reference/upgrading.md | 1 + opal/scaffolding/scaffold/requirements.txt.jinja2 | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 63ce2c648..514984c81 100644 --- a/changelog.md +++ b/changelog.md @@ -107,7 +107,7 @@ including the `reopen_episode_modal.html` template and the url/view at `template * Letter: 0.4.1 -> 0.5 * Requests: 2.18.4 -> 2.20.0 - +* Python Dateutil: 2.4.2 -> 2.7.5 ### 0.12.0 (Major Release) diff --git a/doc/docs/reference/upgrading.md b/doc/docs/reference/upgrading.md index 3f619fa6b..56fa42411 100644 --- a/doc/docs/reference/upgrading.md +++ b/doc/docs/reference/upgrading.md @@ -17,6 +17,7 @@ you have specified them in for instance, a requirements.txt. # requirements.txt opal==0.10.0 letter==0.5 + python-dateutil==2.7.5 requests=2.20.0 #### Free text or foreign key fields are now, by default case insensitive diff --git a/opal/scaffolding/scaffold/requirements.txt.jinja2 b/opal/scaffolding/scaffold/requirements.txt.jinja2 index 983667c51..6163fda65 100644 --- a/opal/scaffolding/scaffold/requirements.txt.jinja2 +++ b/opal/scaffolding/scaffold/requirements.txt.jinja2 @@ -13,7 +13,7 @@ letter==0.5 requests==2.20.0 djangorestframework==3.4.7 django-compressor==2.2 -python-dateutil==2.4.2 +python-dateutil==2.7.5 django-celery==3.2.2 celery==3.1.25 opal=={{version}}