Skip to content

Commit

Permalink
Bump construct version (Closes: rytilahti#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Sep 2, 2018
1 parent 11ea2a0 commit 300d046
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 @@ -28,7 +28,7 @@
_LOGGER = logging.getLogger(__name__)

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


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.41
construct==2.9.45
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 @@ -45,7 +45,7 @@ def readme():
python_requires='>=3.5',

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

0 comments on commit 300d046

Please sign in to comment.