Skip to content

Commit

Permalink
{Packaging} Bump psutil to 5.9.0 (#20864)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli committed Jan 4, 2022
1 parent d1978c6 commit ee5d532
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -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

0 comments on commit ee5d532

Please sign in to comment.