Bläddra i källkod

Bump bleak-retry-connector>=1.2.0

Now handles broken pipe errors from the underlying
dbus connection
J. Nick Koston 2 år sedan
förälder
incheckning
dc855fed28
1 ändrade filer med 1 tillägg och 1 borttagningar
  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'],
     packages = ['switchbot'],
-    install_requires=['async_timeout>=4.0.1', 'bleak', 'bleak-retry-connector>=1.1.1'],
+    install_requires=['async_timeout>=4.0.1', 'bleak', 'bleak-retry-connector>=1.2.0'],
     version = '0.17.2',
     version = '0.17.2',
     description = 'A library to communicate with Switchbot',
     description = 'A library to communicate with Switchbot',
     author='Daniel Hjelseth Hoyer',
     author='Daniel Hjelseth Hoyer',