From dc62671575bb26cfbd66e8d35f480370cf6a0ee6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=BCndler?= <n.muendler@tum.de>
Date: Wed, 14 Aug 2019 03:09:07 +0800
Subject: [PATCH] Update syncthru library to fix issue (#25924)

---
 homeassistant/components/syncthru/manifest.json | 2 +-
 requirements_all.txt                            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/homeassistant/components/syncthru/manifest.json b/homeassistant/components/syncthru/manifest.json
index 8fc3b2476cb..a2a45826d9d 100644
--- a/homeassistant/components/syncthru/manifest.json
+++ b/homeassistant/components/syncthru/manifest.json
@@ -3,7 +3,7 @@
   "name": "Syncthru",
   "documentation": "https://www.home-assistant.io/components/syncthru",
   "requirements": [
-    "pysyncthru==0.4.2"
+    "pysyncthru==0.4.3"
   ],
   "dependencies": [],
   "codeowners": ["@nielstron"]
diff --git a/requirements_all.txt b/requirements_all.txt
index 46e29bdbefe..f6a97774c2b 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1422,7 +1422,7 @@ pysuez==0.1.17
 pysupla==0.0.3
 
 # homeassistant.components.syncthru
-pysyncthru==0.4.2
+pysyncthru==0.4.3
 
 # homeassistant.components.tautulli
 pytautulli==0.5.0