Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Update to Django 1.11.23 #718

Merged
merged 2 commits into from
Aug 29, 2019
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
-->

## [Unreleased](https://github.com/cyverse/atmosphere/compare/v36-3...HEAD) - YYYY-MM-DD
### Security
- Update to Django 1.11.23
([#718](https://github.com/cyverse/atmosphere/pull/718))


## [v36-3](https://github.com/cyverse/atmosphere/compare/v36-2...HEAD) - 2019-08-08
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ django-memoize==2.1.0
django-nose==1.4.4
django-redis-cache==1.7.1
django-sslserver==0.20
django==1.11.22
django==1.11.23
djangorestframework-csv==2.0.0
djangorestframework-jsonp==1.0.2
djangorestframework-xml==1.3.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ansible<2.8
business_rules
colorama # used by ./configure
django>=1.11.21
django>=1.11.23
django-cors-headers
django-sslserver #NOTE: Debugs requests real-time.
djangorestframework>=3.9.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ django-filter==1.0.4
django-memoize==2.1.0
django-redis-cache==1.7.1
django-sslserver==0.20
django==1.11.22
django==1.11.23
djangorestframework-csv==2.0.0
djangorestframework-jsonp==1.0.2
djangorestframework-xml==1.3.0
Expand Down