Skip to content

Commit

Permalink
{Packaging} Update dependencies (#27998)
Browse files Browse the repository at this point in the history
  • Loading branch information
bebound authored Dec 18, 2023
1 parent bb2d592 commit a22079a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions src/azure-cli/requirements.py3.Darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ azure-synapse-spark==0.2.0
bcrypt==3.2.0
certifi==2023.7.22
cffi==1.15.1
chardet==3.0.4
colorama==0.4.4
chardet==5.2.0
colorama==0.4.6
cryptography==41.0.6
fabric==2.4.0
humanfriendly==10.0
Expand All @@ -110,7 +110,7 @@ msal[broker]==1.24.0b2
msrest==0.7.1
msrestazure==0.6.4
oauthlib==3.2.2
packaging==23.0
packaging==23.2
paramiko==3.0.0
pbr==5.3.1
pkginfo==1.8.2
Expand Down
6 changes: 3 additions & 3 deletions src/azure-cli/requirements.py3.Linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ azure-synapse-spark==0.2.0
bcrypt==3.2.0
certifi==2023.7.22
cffi==1.15.1
chardet==3.0.4
colorama==0.4.4
chardet==5.2.0
colorama==0.4.6
cryptography==41.0.6
distro==1.6.0
fabric==2.4.0
Expand All @@ -111,7 +111,7 @@ msal[broker]==1.24.0b2
msrest==0.7.1
msrestazure==0.6.4
oauthlib==3.2.2
packaging==23.0
packaging==23.2
paramiko==3.0.0
pbr==5.3.1
pkginfo==1.8.2
Expand Down
6 changes: 3 additions & 3 deletions src/azure-cli/requirements.py3.windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ azure-synapse-spark==0.2.0
bcrypt==3.2.0
certifi==2023.7.22
cffi==1.15.1
chardet==3.0.4
colorama==0.4.4
chardet==5.2.0
colorama==0.4.6
cryptography==41.0.6
fabric==2.4.0
humanfriendly==10.0
Expand All @@ -110,7 +110,7 @@ msal[broker]==1.24.0b2
msrest==0.7.1
msrestazure==0.6.4
oauthlib==3.2.2
packaging==23.0
packaging==23.2
paramiko==3.0.0
pbr==5.3.1
pkginfo==1.8.2
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
'azure-synapse-artifacts~=0.18.0',
'azure-synapse-managedprivateendpoints~=0.4.0',
'azure-synapse-spark~=0.2.0',
'chardet~=3.0.4',
'chardet~=5.2.0',
'colorama~=0.4.4',
# On Linux, the distribution (Ubuntu, Debian, etc) and version are checked for `az feedback`
'distro; sys_platform == "linux"',
Expand Down

0 comments on commit a22079a

Please sign in to comment.