diff --git a/requirements.txt b/requirements.txt index e144f1a1bbb..c964bf8e707 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -adal==0.4.0 +adal==0.4.1 applicationinsights==0.10.0 argcomplete==1.3.0 azure==2.0.0rc6 diff --git a/src/azure-cli-core/setup.py b/src/azure-cli-core/setup.py index a85ad3697be..d911a49b75b 100644 --- a/src/azure-cli-core/setup.py +++ b/src/azure-cli-core/setup.py @@ -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', diff --git a/src/command_modules/azure-cli-profile/setup.py b/src/command_modules/azure-cli-profile/setup.py index 2988ed914df..ef1d4446869 100644 --- a/src/command_modules/azure-cli-profile/setup.py +++ b/src/command_modules/azure-cli-profile/setup.py @@ -24,7 +24,7 @@ ] DEPENDENCIES = [ - 'adal>=0.4.0', + 'adal>=0.4.1', 'azure==2.0.0rc6', 'azure-cli-core', ]