Skip to content

Commit

Permalink
Merge 97f0968 into cfc66f1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 5, 2018
2 parents cfc66f1 + 97f0968 commit 0bebe41
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions doc/docs/reference/upgrading.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion opal/scaffolding/scaffold/requirements.txt.jinja2
Expand Up @@ -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}}
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -54,7 +54,7 @@
'django-axes==1.7.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',
'six>=1.10.0',
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
@@ -1,6 +1,6 @@
mock
pytz
python-dateutil==2.4.2
python-dateutil==2.7.5
coverage
coveralls
celery==3.1.25
Expand Down

0 comments on commit 0bebe41

Please sign in to comment.