aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2020-03-23 12:51:22 -0600
committerGitHub2020-03-23 12:51:22 -0600
commita983f6d3b4d33ac621860705fe275f4589373101 (patch)
treea0a5b3dd7a406afaae3635ca08b6793fa2014bbd
parentfa67f83c0e4d1c6d91e87d1c8afc6149430adaf0 (diff)
parent56dc571d4c1e60d275cb9da706ae1d1600205c60 (diff)
downloadeventmq-a983f6d3b4d33ac621860705fe275f4589373101.tar.gz
eventmq-a983f6d3b4d33ac621860705fe275f4589373101.zip
Merge pull request #77 from eventmq/dependabot/pip/psutil-5.6.6
Bump psutil from 5.0.0 to 5.6.6
-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', ],