Skip to content

Commit

Permalink
construct version bumped (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi authored Mar 26, 2018
1 parent f2d6de0 commit a8ffb1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion miio/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
_LOGGER = logging.getLogger(__name__)

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


class Utils:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
click
cryptography
pretty_cron
construct==2.9.31
construct==2.9.41
zeroconf
attrs
typing # for py3.4 support
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def readme():
python_requires='>=3.5',

install_requires=[
'construct==2.9.31',
'construct==2.9.41',
'click',
'cryptography',
'pretty_cron',
Expand Down

0 comments on commit a8ffb1b

Please sign in to comment.