aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot]2020-03-12 17:04:07 +0000
committerGitHub2020-03-12 17:04:07 +0000
commitf504fe1dac22cd35b0eb2b96318ffa22d760e338 (patch)
tree91d86881a8de2ba3f086822a6bd0eef11cc265b8
parent71daa0f1aab54bf24ab8cb97fb999d2874e9c5ee (diff)
downloadeventmq-f504fe1dac22cd35b0eb2b96318ffa22d760e338.tar.gz
eventmq-f504fe1dac22cd35b0eb2b96318ffa22d760e338.zip
Bump psutil from 5.0.0 to 5.6.6
Bumps [psutil](https://github.com/giampaolo/psutil) from 5.0.0 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.0.0...release-5.6.6) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3bcbc4c..a09eda0 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ setup(
24 'monotonic==0.4', 24 'monotonic==0.4',
25 'croniter==0.3.10', 25 'croniter==0.3.10',
26 'future==0.15.2', 26 'future==0.15.2',
27 'psutil==5.0.0', 27 'psutil==5.6.6',
28 ], 28 ],
29 extras_require={ 29 extras_require={
30 'docs': ['Sphinx==1.5.2', ], 30 'docs': ['Sphinx==1.5.2', ],