Skip to content

Commit a8ffb1b

Browse files
authored
construct version bumped (#280)
1 parent f2d6de0 commit a8ffb1b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

miio/protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
_LOGGER = logging.getLogger(__name__)
3131

3232
# needs to be maintained in sync with setup.py and requirements.txt
33-
assert construct.version_string == "2.9.31"
33+
assert construct.version_string == "2.9.41"
3434

3535

3636
class Utils:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
click
22
cryptography
33
pretty_cron
4-
construct==2.9.31
4+
construct==2.9.41
55
zeroconf
66
attrs
77
typing # for py3.4 support

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def readme():
4343
python_requires='>=3.5',
4444

4545
install_requires=[
46-
'construct==2.9.31',
46+
'construct==2.9.41',
4747
'click',
4848
'cryptography',
4949
'pretty_cron',

0 commit comments

Comments
 (0)