diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2021-03-01 12:18:40 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2021-03-01 17:22:43 +0000 |
commit | 0c64286c427fe56978ac5845df0ac9566997aaa8 (patch) | |
tree | f5c2dac0a1f4a4877c67e284c56e115ae6f5c9c1 | |
parent | 772abb2bb14d6d0def8bbaf725f9b14bff5c2f8a (diff) |
Use newer requirements.5.1.2
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 <michal.jagiello@t-mobile.pl>
Change-Id: Ifab5df03792b947f86fba7c6af7f6c76f20d6e84
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | requirements.txt | 8 |
2 files changed, 5 insertions, 5 deletions
@@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.dcaegen2.platform</groupId> <artifactId>policy-handler</artifactId> <name>dcaegen2-platform-policy-handler</name> - <version>5.1.1-SNAPSHOT</version> + <version>5.1.2-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 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 |