Skip to content

Commit

Permalink
Raise msal-extensions dependency to ~=0.3.0 (#13635)
Browse files Browse the repository at this point in the history
  • Loading branch information
chlowell authored Sep 14, 2020
1 parent fe4754b commit b765976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/identity/azure-identity/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"azure-core<2.0.0,>=1.0.0",
"cryptography>=2.1.4",
"msal<1.6.0,>=1.3.0",
"msal-extensions~=0.2.2",
"msal-extensions~=0.3.0",
"six>=1.6",
],
extras_require={
Expand Down
2 changes: 1 addition & 1 deletion shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ mock
typing
typing-extensions
msal<1.6.0,>=1.3.0
msal-extensions~=0.2.2
msal-extensions~=0.3.0
msrest>=0.5.0
msrestazure<2.0.0,>=0.4.32
azure-mgmt-core<2.0.0,>=1.0.0
Expand Down

0 comments on commit b765976

Please sign in to comment.