Skip to content

Commit

Permalink
Bump psutil from 5.4.2 to 5.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 18, 2022
1 parent 56dabea commit d09a7ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ python-dateutil==2.7
matplotlib==1.4.3
numpy==1.14.5
pymongo>=3.6.1,<4.0.0
psutil==5.4.2
psutil==5.6.6
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# simplify the default install experience, particularly where a build
# toolchain is required.
extras_requires = {
"all": ['matplotlib==1.4.3', 'numpy==1.14.5', 'pymongo>=3.6.1,<4.0.0', 'psutil==5.4.2'],
"mlaunch": ['pymongo>=3.6.1,<4.0.0', 'psutil==5.4.2'],
"all": ['matplotlib==1.4.3', 'numpy==1.14.5', 'pymongo>=3.6.1,<4.0.0', 'psutil==5.6.6'],
"mlaunch": ['pymongo>=3.6.1,<4.0.0', 'psutil==5.6.6'],
"mlogfilter": [],
"mloginfo": ['numpy==1.14.5'],
"mlogvis": [],
Expand Down

0 comments on commit d09a7ba

Please sign in to comment.