From b0c1b14afc1c8f02e379324984520a2acc075439 Mon Sep 17 00:00:00 2001 From: liubrandon Date: Thu, 12 Mar 2020 12:15:58 -0700 Subject: [PATCH] Update psutil version to 5.6.6. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=300598295 --- CHANGES.next.md | 5 +++-- requirements-testing.txt | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.next.md b/CHANGES.next.md index bc8db97f45..2e8f9dce0e 100644 --- a/CHANGES.next.md +++ b/CHANGES.next.md @@ -56,5 +56,6 @@ - This can be disabled by setting `--bootstrap_azure_service_principal=False`. - Registered AWS VPC quota failures as quota failures. -- Do not try to use the GCP service account that is running PKB inside a - GKE cluster if it obviously belongs to the wrong project. +- Do not try to use the GCP service account that is running PKB inside a GKE + cluster if it obviously belongs to the wrong project. +- Upgrade psutil version to 5.6.6 from 3.0.0. diff --git a/requirements-testing.txt b/requirements-testing.txt index 1fabc003a7..7991bd03a6 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -29,7 +29,7 @@ contextlib2>=0.5.1 mock>=1.0.1 nose>=1.3 flake8>=2.1.0 -psutil==3.0.0 +psutil>=5.6.6 gcs-oauth2-boto-plugin azure-storage<=0.20.3 parameterized>=0.6.1