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

Upgrade django-cyverse-auth from 1.1.6 to 1.1.7 #674

Merged
merged 2 commits into from
Sep 18, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
### Fixed
- Fix reference to deleted model ProviderDNSServerIP
([#673](https://github.com/cyverse/atmosphere/pull/673))
- Upgrade to django-cyverse-auth 1.1.7 from 1.1.6 to avoid error in OAuth
([#674](https://github.com/cyverse/atmosphere/pull/674))

## [v34-0](https://github.com/cyverse/atmosphere/compare/v33-0...v34-0) - 2018-09-17
### Added
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ defusedxml==0.5.0
deprecation==1.0.1
django-celery-beat==1.0.1
django-cors-headers==2.1.0
django-cyverse-auth==1.1.6
django-cyverse-auth==1.1.7
django-debug-toolbar==1.8
django-filter==1.0.4
django-jenkins==0.110.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ defusedxml==0.5.0 # via djangorestframework-xml
deprecation==1.0.1 # via openstacksdk
django-celery-beat==1.0.1
django-cors-headers==2.1.0
django-cyverse-auth==1.1.6
django-cyverse-auth==1.1.7
django-filter==1.0.4
django-memoize==2.1.0
django-redis-cache==1.7.1
Expand Down