Skip to content

Commit

Permalink
{Packaging} Bump packaging to 23.0 (#25371)
Browse files Browse the repository at this point in the history
  • Loading branch information
bebound authored Feb 8, 2023
1 parent 669f7c9 commit 97effd7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/azure-cli-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
'msal-extensions~=1.0.0',
'msal[broker]==1.20.0',
'msrestazure~=0.6.4',
'packaging>=20.9,<22.0',
'packaging>=20.9',
'paramiko>=2.0.8,<3.0.0',
'pkginfo>=1.5.0.1',
# psutil can't install on cygwin: https://github.com/Azure/azure-cli/issues/9399
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py3.Darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ msal[broker]==1.20.0
msrest==0.7.1
msrestazure==0.6.4
oauthlib==3.0.1
packaging==21.3
packaging==23.0
paramiko==2.10.1
pbr==5.3.1
pkginfo==1.8.2
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py3.Linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ msal[broker]==1.20.0
msrest==0.7.1
msrestazure==0.6.4
oauthlib==3.0.1
packaging==21.3
packaging==23.0
paramiko==2.10.1
pbr==5.3.1
pkginfo==1.8.2
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py3.windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ msal[broker]==1.20.0
msrest==0.7.1
msrestazure==0.6.4
oauthlib==3.0.1
packaging==21.3
packaging==23.0
paramiko==2.10.1
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 @@ -141,7 +141,7 @@
'fabric~=2.4',
'javaproperties~=0.5.1',
'jsondiff~=2.0.0',
'packaging>=20.9,<22.0',
'packaging>=20.9',
'PyGithub~=1.38',
'PyMySQL~=1.0.2',
'PyNaCl~=1.5.0',
Expand Down

0 comments on commit 97effd7

Please sign in to comment.