From 37762006756658532012d9b8e4286e80acb612c4 Mon Sep 17 00:00:00 2001 From: egernug Date: Fri, 18 Feb 2022 15:20:14 +0000 Subject: [PMSH] Fixes for Flask, MarkupSafe versions + tox Fixes due to version issues and minor fixes for tox and unit test Patch 3+4: Version bump Issue-ID: DCAEGEN2-3086 Signed-off-by: egernug Change-Id: Ibbb83bb50f96737ad127c4c2463957500f7581db --- components/pm-subscription-handler/setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'components/pm-subscription-handler/setup.py') diff --git a/components/pm-subscription-handler/setup.py b/components/pm-subscription-handler/setup.py index 37af3307..ba1b74b9 100644 --- a/components/pm-subscription-handler/setup.py +++ b/components/pm-subscription-handler/setup.py @@ -22,7 +22,7 @@ from setuptools import setup, find_packages setup( name="pm_subscription_handler", - version="2.1.0", + version="2.1.1", packages=find_packages(), author="lego@est.tech", author_email="lego@est.tech", @@ -34,8 +34,9 @@ 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.1", + "Flask==1.1.4", "tornado==6.1", "swagger-ui-bundle==0.0.6", "psycopg2-binary==2.8.6", -- cgit 1.2.3-korg