Skip to content

Commit 6ca2166

Browse files
authoredDec 18, 2019
Merge pull request #19 from welps/master
Widen PyQt5 dependency to 5.13.*
2 parents a3d65a3 + 2ec8408 commit 6ca2166

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎requirements/develop.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mypy==0.641
1212
pluggy==0.8.0 # via pytest
1313
py==1.7.0 # via pytest
1414
pyqt5-sip==12.7.0
15-
pyqt5==5.13.1
15+
pyqt5==5.13.*
1616
pytest==4.0.1
1717
six==1.11.0 # via more-itertools, pytest
1818
typed-ast==1.1.0 # via mypy

‎requirements/production.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PyQt5==5.13.1
1+
PyQt5==5.13.*

‎requirements/production.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# pip-compile --output-file=production.txt production.in
66
#
77
pyqt5-sip==12.7.0 # via pyqt5
8-
pyqt5==5.13.1
8+
pyqt5==5.13.*

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def find_version(*file_paths):
4747
long_description_content_type="text/markdown",
4848
version=find_version('PyQt5-stubs', '__init__.pyi'),
4949
package_data={"PyQt5-stubs": ['*.pyi']},
50-
install_requires=["PyQt5==5.13.1"],
50+
install_requires=["PyQt5==5.13.*"],
5151
packages=["PyQt5-stubs"],
5252
classifiers=[
5353
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)