Skip to content

Commit

Permalink
pin to newer versions of requests and adal (Azure#4597)
Browse files Browse the repository at this point in the history
  • Loading branch information
yugangw-msft authored and troydai committed Oct 4, 2017
1 parent 448f420 commit 5146ab4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
adal==0.4.3
adal==0.4.7
applicationinsights==0.10.0
argcomplete==1.8.0
colorama==0.3.7
Expand All @@ -10,7 +10,7 @@ pip==9.0.1
pygments==2.1.3
pyOpenSSL==16.2.0
pyyaml==3.11
requests==2.9.1
requests==2.18.4
setuptools==30.4.0
six==1.10.0
vcrpy==1.10.3
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 @@ -50,7 +50,7 @@

# TODO These dependencies should be updated to reflect only what this package needs
DEPENDENCIES = [
'adal>=0.4.3',
'adal>=0.4.7',
'applicationinsights',
'argcomplete>=1.8.0',
'colorama',
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 @@ -30,7 +30,7 @@
]

DEPENDENCIES = [
'adal>=0.4.3',
'adal>=0.4.7',
'azure-cli-core',
]

Expand Down

0 comments on commit 5146ab4

Please sign in to comment.