Skip to content

Commit fbe0add

Browse files
authored
{Core} Bump MSAL to 1.29.0 and msal-extensions to 1.2.0 (#29236)
1 parent add4b2c commit fbe0add

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/azure-cli-core/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
'humanfriendly~=10.0',
5353
'jmespath',
5454
'knack~=0.11.0',
55-
'msal-extensions==1.2.0b1',
56-
'msal[broker]==1.28.1',
55+
'msal-extensions==1.2.0',
56+
'msal[broker]==1.29.0',
5757
'msrestazure~=0.6.4',
5858
'packaging>=20.9',
5959
'paramiko>=2.0.8,<4.0.0',

src/azure-cli/requirements.py3.Darwin.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ jmespath==0.9.5
104104
jsondiff==2.0.0
105105
knack==0.11.0
106106
MarkupSafe==2.0.1
107-
msal-extensions==1.2.0b1
108-
msal[broker]==1.28.1
107+
msal-extensions==1.2.0
108+
msal[broker]==1.29.0
109109
msrest==0.7.1
110110
msrestazure==0.6.4
111111
oauthlib==3.2.2

src/azure-cli/requirements.py3.Linux.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ jmespath==0.9.5
105105
jsondiff==2.0.0
106106
knack==0.11.0
107107
MarkupSafe==2.0.1
108-
msal-extensions==1.2.0b1
109-
msal[broker]==1.28.1
108+
msal-extensions==1.2.0
109+
msal[broker]==1.29.0
110110
msrest==0.7.1
111111
msrestazure==0.6.4
112112
oauthlib==3.2.2

src/azure-cli/requirements.py3.windows.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ jmespath==0.9.5
104104
jsondiff==2.0.0
105105
knack==0.11.0
106106
MarkupSafe==2.0.1
107-
msal-extensions==1.2.0b1
108-
msal[broker]==1.28.1
107+
msal-extensions==1.2.0
108+
msal[broker]==1.29.0
109109
msrest==0.7.1
110110
msrestazure==0.6.4
111111
oauthlib==3.2.2

0 commit comments

Comments
 (0)