diff options
-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 |