From c487dfca9de0de42665fdb949934aad3c92f0291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 18:02:54 +0000 Subject: [PATCH] Bump psutil from 4.3.1 to 5.6.6 in /BaseImages/odoo Bumps [psutil](https://github.com/giampaolo/psutil) from 4.3.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-4.3.1...release-5.6.6) Signed-off-by: dependabot[bot] --- BaseImages/odoo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseImages/odoo/requirements.txt b/BaseImages/odoo/requirements.txt index 8f8b294..419122f 100644 --- a/BaseImages/odoo/requirements.txt +++ b/BaseImages/odoo/requirements.txt @@ -21,7 +21,7 @@ num2words==0.5.6 ofxparse==0.16 passlib==1.6.5 Pillow==4.0.0 -psutil==4.3.1; sys_platform != 'win32' +psutil==5.6.6; sys_platform != 'win32' psycopg2==2.7.3.1; sys_platform != 'win32' pydot==1.2.3 pyldap==2.4.28; sys_platform != 'win32'