Skip to content

Commit 0afb53b

Browse files
committed
upgrade packing
1 parent 89d2232 commit 0afb53b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ msal[broker]==1.31.2b1
107107
msrest==0.7.1
108108
msrestazure==0.6.4
109109
oauthlib==3.2.2
110-
packaging==23.2
110+
packaging==24.2
111111
paramiko==3.5.0
112112
pbr==5.3.1
113113
pkginfo==1.8.2

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ msal[broker]==1.31.2b1
108108
msrest==0.7.1
109109
msrestazure==0.6.4
110110
oauthlib==3.2.2
111-
packaging==23.2
111+
packaging==24.2
112112
paramiko==3.5.0
113113
pbr==5.3.1
114114
pkginfo==1.8.2

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ msal[broker]==1.31.2b1
107107
msrest==0.7.1
108108
msrestazure==0.6.4
109109
oauthlib==3.2.2
110-
packaging==23.2
110+
packaging==24.2
111111
paramiko==3.5.0
112112
pbr==5.3.1
113113
pkginfo==1.8.2

src/azure-cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
'fabric~=3.2.2',
137137
'javaproperties~=0.5.1',
138138
'jsondiff~=2.0.0',
139-
'packaging>=20.9',
139+
'packaging>=24.2',
140140
'paramiko>=2.0.8,<4.0.0',
141141
'pycomposefile>=0.0.32',
142142
'PyGithub~=1.38',

0 commit comments

Comments
 (0)