We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d6de0 commit a8ffb1bCopy full SHA for a8ffb1b
3 files changed
miio/protocol.py
@@ -30,7 +30,7 @@
30
_LOGGER = logging.getLogger(__name__)
31
32
# needs to be maintained in sync with setup.py and requirements.txt
33
-assert construct.version_string == "2.9.31"
+assert construct.version_string == "2.9.41"
34
35
36
class Utils:
requirements.txt
@@ -1,7 +1,7 @@
1
click
2
cryptography
3
pretty_cron
4
-construct==2.9.31
+construct==2.9.41
5
zeroconf
6
attrs
7
typing # for py3.4 support
setup.py
@@ -43,7 +43,7 @@ def readme():
43
python_requires='>=3.5',
44
45
install_requires=[
46
- 'construct==2.9.31',
+ 'construct==2.9.41',
47
'click',
48
'cryptography',
49
'pretty_cron',
0 commit comments