Skip to content

Commit 50de33b

Browse files
authored
Bump bleak-retry-connector to >= 1.4.0 (#68)
1 parent 345a0ec commit 50de33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name="PySwitchbot",
55
packages=["switchbot", "switchbot.devices", "switchbot.adv_parsers"],
6-
install_requires=["async_timeout>=4.0.1", "bleak", "bleak-retry-connector>=1.2.0"],
6+
install_requires=["async_timeout>=4.0.1", "bleak", "bleak-retry-connector>=1.4.0"],
77
version="0.18.3",
88
description="A library to communicate with Switchbot",
99
author="Daniel Hjelseth Hoyer",

0 commit comments

Comments
 (0)