diff --git a/setup.py b/setup.py index 1c4f9ee..10f48b1 100644 --- a/setup.py +++ b/setup.py @@ -141,7 +141,7 @@ def get_option_dict(self, k): os.chdir(str(cwd)) setup(name='nexxT', - install_requires=["PySide2==5.14.1", "shiboken2==5.14.1", "jsonschema>=3.2.0"], + install_requires=["PySide2==5.14.2.1", "shiboken2==5.14.2.1", "jsonschema>=3.2.0"], version=os.environ.get("NEXXT_VERSION", "0.0.0"), description='An extensible framework.', author='Christoph Wiedemann', diff --git a/workspace/requirements.txt b/workspace/requirements.txt index 363ac08..9de7d7f 100644 --- a/workspace/requirements.txt +++ b/workspace/requirements.txt @@ -1,7 +1,7 @@ -PySide2==5.14.1 +PySide2==5.14.2.1 scons==3.1.2 -shiboken2==5.14.1 -shiboken2-generator==5.14.1 +shiboken2==5.14.2.1 +shiboken2-generator==5.14.2.1 pytest==4.3.0 pytest-cov==2.8.1 pylint==2.4.4