Skip to content

Commit 233eb2d

Browse files
committed
Init
1 parent cdbae4a commit 233eb2d

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

src/azure-cli-core/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
'knack~=0.11.0',
5656
'microsoft-security-utilities-secret-masker~=1.0.0b4',
5757
'msal-extensions==1.2.0',
58-
'msal[broker]==1.31.0',
58+
'msal[broker]==1.33.0b1; sys_platform == "win32"',
59+
'msal==1.33.0b1; sys_platform != "win32"',
5960
'msrestazure~=0.6.4',
6061
'packaging>=20.9',
6162
'pkginfo>=1.5.0.1',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jmespath==0.9.5
104104
jsondiff==2.0.0
105105
knack==0.11.0
106106
msal-extensions==1.2.0
107-
msal[broker]==1.31.0
107+
msal==1.33.0b1
108108
msrest==0.7.1
109109
msrestazure==0.6.4
110110
oauthlib==3.2.2

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jmespath==0.9.5
105105
jsondiff==2.0.0
106106
knack==0.11.0
107107
msal-extensions==1.2.0
108-
msal[broker]==1.31.0
108+
msal==1.33.0b1
109109
msrest==0.7.1
110110
msrestazure==0.6.4
111111
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,7 +104,7 @@ jmespath==0.9.5
104104
jsondiff==2.0.0
105105
knack==0.11.0
106106
msal-extensions==1.2.0
107-
msal[broker]==1.31.0
107+
msal[broker]==1.33.0b1
108108
msrest==0.7.1
109109
msrestazure==0.6.4
110110
oauthlib==3.2.2
@@ -117,7 +117,7 @@ psutil==6.1.0
117117
pycomposefile==0.0.30
118118
PyGithub==1.55
119119
PyJWT==2.4.0
120-
pymsalruntime==0.16.2
120+
pymsalruntime==0.18.1
121121
PyNaCl==1.5.0
122122
pyOpenSSL==25.0.0
123123
PySocks==1.7.1

0 commit comments

Comments
 (0)