Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump psutil to 5.9.0
  • Loading branch information
jiasli committed Dec 30, 2021
commit 10caa2f2037e4a244d8a21c2fe968dbed31cf8de
2 changes: 1 addition & 1 deletion src/azure-cli-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

# dependencies for specific OSes
if not sys.platform.startswith('cygwin'):
DEPENDENCIES.append('psutil~=5.8')
DEPENDENCIES.append('psutil~=5.9')


with open('README.rst', 'r', encoding='utf-8') as f:
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 @@ -118,7 +118,7 @@ packaging==21.3
paramiko==2.6.0
pbr==5.3.1
portalocker==2.3.2
psutil==5.8.0
psutil==5.9.0
pycparser==2.19
PyGithub==1.55
PyJWT==2.1.0
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 @@ -119,7 +119,7 @@ packaging==21.3
paramiko==2.6.0
pbr==5.3.1
portalocker==2.3.2
psutil==5.8.0
psutil==5.9.0
pycparser==2.19
PyGithub==1.55
PyJWT==2.1.0
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 @@ -118,7 +118,7 @@ packaging==21.3
paramiko==2.6.0
pbr==5.3.1
portalocker==2.3.2
psutil==5.8.0
psutil==5.9.0
pycparser==2.19
PyGithub==1.55
PyJWT==2.1.0
Expand Down