Skip to content

Commit ee5d532

Browse files
authored
{Packaging} Bump psutil to 5.9.0 (#20864)
1 parent d1978c6 commit ee5d532

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/azure-cli-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
# dependencies for specific OSes
6666
if not sys.platform.startswith('cygwin'):
67-
DEPENDENCIES.append('psutil~=5.8')
67+
DEPENDENCIES.append('psutil~=5.9')
6868

6969

7070
with open('README.rst', 'r', encoding='utf-8') as f:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ packaging==21.3
118118
paramiko==2.6.0
119119
pbr==5.3.1
120120
portalocker==2.3.2
121-
psutil==5.8.0
121+
psutil==5.9.0
122122
pycparser==2.19
123123
PyGithub==1.55
124124
PyJWT==2.1.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ packaging==21.3
119119
paramiko==2.6.0
120120
pbr==5.3.1
121121
portalocker==2.3.2
122-
psutil==5.8.0
122+
psutil==5.9.0
123123
pycparser==2.19
124124
PyGithub==1.55
125125
PyJWT==2.1.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ packaging==21.3
118118
paramiko==2.6.0
119119
pbr==5.3.1
120120
portalocker==2.3.2
121-
psutil==5.8.0
121+
psutil==5.9.0
122122
pycparser==2.19
123123
PyGithub==1.55
124124
PyJWT==2.1.0

0 commit comments

Comments
 (0)