Skip to content

Commit

Permalink
update to PySide 5.14.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cwiede committed May 19, 2020
1 parent 7d294b6 commit ed9e15d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
6 changes: 3 additions & 3 deletions workspace/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ed9e15d

Please sign in to comment.