Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump python-dateutil from 2.4.2 to 2.7.5 #1627

Merged
merged 3 commits into from Nov 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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