Skip to content

Commit

Permalink
update dev setup to use new adal 0.4.1 (Azure#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
yugangw-msft authored and derekbekoe committed Sep 23, 2016
1 parent 25d479b commit 9362e12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
adal==0.4.0
adal==0.4.1
applicationinsights==0.10.0
argcomplete==1.3.0
azure==2.0.0rc6
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

# TODO These dependencies should be updated to reflect only what this package needs
DEPENDENCIES = [
'adal>=0.4.0',
'adal>=0.4.1',
'applicationinsights',
'argcomplete>=1.3.0',
'azure==2.0.0rc6',
Expand Down
2 changes: 1 addition & 1 deletion src/command_modules/azure-cli-profile/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
]

DEPENDENCIES = [
'adal>=0.4.0',
'adal>=0.4.1',
'azure==2.0.0rc6',
'azure-cli-core',
]
Expand Down

0 comments on commit 9362e12

Please sign in to comment.