J. Nick Koston vor 2 Jahren
Ursprung
Commit
d0da3cd44b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -3,7 +3,7 @@ from setuptools import setup
 setup(
 setup(
     name="PySwitchbot",
     name="PySwitchbot",
     packages=["switchbot", "switchbot.devices", "switchbot.adv_parsers"],
     packages=["switchbot", "switchbot.devices", "switchbot.adv_parsers"],
-    install_requires=["async_timeout>=4.0.1", "bleak", "bleak-retry-connector>=1.9.0"],
+    install_requires=["async_timeout>=4.0.1", "bleak", "bleak-retry-connector>=1.10.0"],
     version="0.18.10",
     version="0.18.10",
     description="A library to communicate with Switchbot",
     description="A library to communicate with Switchbot",
     author="Daniel Hjelseth Hoyer",
     author="Daniel Hjelseth Hoyer",