From afea70c01c7d2a844662a4d66b9f9d933cc6449c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 18:16:05 +0000 Subject: [PATCH] Bump psutil from 5.6.3 to 5.6.6 in /examples/distillation Bumps [psutil](https://github.com/giampaolo/psutil) from 5.6.3 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.3...release-5.6.6) Signed-off-by: dependabot[bot] --- examples/distillation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/distillation/requirements.txt b/examples/distillation/requirements.txt index 1f1a1b8a6e..1b3238a5f4 100644 --- a/examples/distillation/requirements.txt +++ b/examples/distillation/requirements.txt @@ -3,5 +3,5 @@ transformers gitpython==3.0.2 tensorboard>=1.14.0 tensorboardX==1.8 -psutil==5.6.3 +psutil==5.6.6 scipy==1.3.1