From 9df7302603b6bb0f89f8b0cdbf602fe515bc29a4 Mon Sep 17 00:00:00 2001 From: Florian Klien Date: Fri, 27 Oct 2017 08:53:36 +0200 Subject: [PATCH] =?UTF-8?q?New=20DTLSSocket=20version=20that=20fixes=20Cyt?= =?UTF-8?q?hon=20dependency=20for=20Tr=C3=A5dfri=20(#10123)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- homeassistant/components/tradfri.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/tradfri.py b/homeassistant/components/tradfri.py index 2e4bf260237..1ab949ed5eb 100644 --- a/homeassistant/components/tradfri.py +++ b/homeassistant/components/tradfri.py @@ -17,7 +17,7 @@ from homeassistant.const import CONF_HOST, CONF_API_KEY from homeassistant.components.discovery import SERVICE_IKEA_TRADFRI REQUIREMENTS = ['pytradfri==3.0.2', - 'DTLSSocket==0.1.3', + 'DTLSSocket==0.1.4', 'https://github.com/chrysn/aiocoap/archive/' '3286f48f0b949901c8b5c04c0719dc54ab63d431.zip' '#aiocoap==0.3'] diff --git a/requirements_all.txt b/requirements_all.txt index 42bd3d8310f..def41459624 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -19,7 +19,7 @@ certifi>=2017.4.17 # Adafruit_BBIO==1.0.0 # homeassistant.components.tradfri -# DTLSSocket==0.1.3 +# DTLSSocket==0.1.4 # homeassistant.components.doorbird DoorBirdPy==0.0.4