From 0c64286c427fe56978ac5845df0ac9566997aaa8 Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Mon, 1 Mar 2021 12:18:40 +0000 Subject: Use newer requirements. CherryPy had an issue which raises an exception when application starts. That change updates all requirements. Issue-ID: DCAEGEN2-2652 Signed-off-by: Michal Jagiello Change-Id: Ifab5df03792b947f86fba7c6af7f6c76f20d6e84 --- pom.xml | 2 +- requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index ab50547..2cca1b6 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ limitations under the License. org.onap.dcaegen2.platform policy-handler dcaegen2-platform-policy-handler - 5.1.1-SNAPSHOT + 5.1.2-SNAPSHOT http://maven.apache.org UTF-8 diff --git a/requirements.txt b/requirements.txt index 632dfe5..49caf0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -CherryPy>=15.0.0,<16.0.0 -psutil>=5.4.5,<6.0.0 -requests>=2.18.4,<3.0.0 -websocket-client==0.53.0 +CherryPy==18.6.0 +psutil==5.8.0 +requests==2.25.1 +websocket-client==0.57.0 -- cgit 1.2.3-korg