Skip to content

Commit

Permalink
Update pyqt5 requirement from <5.15,>=5.6 to >=5.6,<5.16
Browse files Browse the repository at this point in the history
Updates the requirements on [pyqt5](https://www.riverbankcomputing.com/software/pyqt/) to permit the latest version.

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Jun 1, 2020
1 parent fbb624c commit 5aaca76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def find_version(*file_paths):
"Topic :: Communications :: File Sharing"
],
install_requires=[
"pyqt5>=5.6, <5.15"
"pyqt5>=5.6, <5.16"
],
python_requires='~=3.5'
)

0 comments on commit 5aaca76

Please sign in to comment.