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

Commit

Permalink
Merge pull request #674 from cdosborn/upgrade-dca-to-1.1.7
Browse files Browse the repository at this point in the history
Upgrade django-cyverse-auth from 1.1.6 to 1.1.7
  • Loading branch information
cdosborn authored Sep 18, 2018
2 parents dfe809b + 0b9a3d6 commit 493f60c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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

0 comments on commit 493f60c

Please sign in to comment.