From 82db04d9aafa13f694d4f5c7265069db42c0307c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2020 20:51:15 -0400 Subject: [PATCH] chore(deps): bump psutil from 5.6.1 to 5.6.6 (#73) 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](https://github.com/giampaolo/psutil/compare/release-5.6.1...release-5.6.6) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- osx_requirements.txt | 2 +- requirements.txt | 2 +- setup.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/osx_requirements.txt b/osx_requirements.txt index 2380dc2..ca89837 100644 --- a/osx_requirements.txt +++ b/osx_requirements.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 88d6c8a..3665d6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index 28a707d..4d8a654 100644 --- a/setup.py +++ b/setup.py @@ -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', @@ -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',