diff options
author | 2023-02-14 18:43:24 +0000 | |
---|---|---|
committer | 2023-02-15 10:29:26 +0000 | |
commit | f0fb309e5bcdb31d86c51e56205f6d977dcb9fac (patch) | |
tree | ebee1ccf63487e41928e62b9840c2c0db6d050b5 /components/pm-subscription-handler/setup.py | |
parent | 24d5996b9793250276690415bbf365801b88593d (diff) |
[PMSH] Fix dependencies and build script2.2.3-pmsh
onap-gerrit-review: -current-copyright-not-in-all-files
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: Ib94ea16c95e741b9882731f2cb880b67661166b8
Issue-ID: DCAEGEN2-3353
Diffstat (limited to 'components/pm-subscription-handler/setup.py')
-rw-r--r-- | components/pm-subscription-handler/setup.py | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/components/pm-subscription-handler/setup.py b/components/pm-subscription-handler/setup.py index 4397a243..a50239dc 100644 --- a/components/pm-subscription-handler/setup.py +++ b/components/pm-subscription-handler/setup.py @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2019-2022 Nordix Foundation. +# Copyright (C) 2019-2023 Nordix Foundation. # Copyright (C) 2021 AT&T Property. All rights reserved. # Copyright 2020 Deutsche Telekom. All rights reserved. # ================================================================================ @@ -22,7 +22,7 @@ from setuptools import setup, find_packages setup( name="pm_subscription_handler", - version="2.2.2", + version="2.2.3", packages=find_packages(), author="lego@est.tech", author_email="lego@est.tech", @@ -34,12 +34,11 @@ setup( "requests==2.22.0", "tenacity==6.0.0", "connexion==2.5.0", - "MarkupSafe==2.0.1", - "flask_sqlalchemy==2.4.1", - "Flask==1.1.4", + "flask_sqlalchemy==3.0.1", + "Flask==2.2", "tornado==6.1", "swagger-ui-bundle==0.0.6", - "psycopg2-binary==2.8.6", + "psycopg2-binary==2.9.5", "onap_dcae_cbs_docker_client==2.2.1", "onappylog==1.0.9", "ruamel.yaml==0.16.10", |