Skip to content

Commit

Permalink
chore(deps): bump psutil from 5.6.1 to 5.6.6 (#73)
Browse files Browse the repository at this point in the history
Bumps [psutil](https://github.com/giampaolo/psutil) from 5.6.1 to 5.6.6.
- [Release notes](https://github.com/giampaolo/psutil/releases)
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-5.6.1...release-5.6.6)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 23, 2020
1 parent 150e78e commit 82db04d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion osx_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dpkt==1.9.2
hexdump
mock
nose
psutil==5.6.1
psutil==5.6.6
scapy==2.4.2
six==1.12.0
twitter.common.log==0.3.11
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dpkt==1.9.2
hexdump
mock
nose
psutil==5.6.1
psutil==5.6.6
scapy==2.4.2
six==1.12.0
tabulate
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def get_version():
'ansicolors',
'dpkt==1.9.2',
'hexdump',
'psutil==5.6.1',
'psutil==5.6.6',
'scapy==2.4.2',
'six==1.12.0',
'tabulate',
Expand All @@ -82,7 +82,7 @@ def get_version():
'dpkt==1.9.2',
'mock',
'nose',
'psutil==5.6.1',
'psutil==5.6.6',
'scapy==2.4.2',
'six==1.12.0',
'twitter.common.log',
Expand Down

0 comments on commit 82db04d

Please sign in to comment.