From 9892564ab54bb38959fcfdbe9c1d2656af9cd0c5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi>
Date: Sun, 29 Dec 2019 21:12:49 +0200
Subject: [PATCH] Upgrade rflink to 0.0.50, ignore_devices now supports * and ?
 anywhere (#30268)

https://github.com/aequitas/python-rflink/releases/tag/0.0.50
https://github.com/aequitas/python-rflink/releases/tag/0.0.49
https://github.com/aequitas/python-rflink/releases/tag/0.0.48
https://github.com/aequitas/python-rflink/releases/tag/0.0.47
---
 homeassistant/components/rflink/manifest.json | 2 +-
 requirements_all.txt                          | 2 +-
 requirements_test_all.txt                     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/homeassistant/components/rflink/manifest.json b/homeassistant/components/rflink/manifest.json
index bda260bdff2..8c322e5bdf5 100644
--- a/homeassistant/components/rflink/manifest.json
+++ b/homeassistant/components/rflink/manifest.json
@@ -3,7 +3,7 @@
   "name": "Rflink",
   "documentation": "https://www.home-assistant.io/integrations/rflink",
   "requirements": [
-    "rflink==0.0.46"
+    "rflink==0.0.50"
   ],
   "dependencies": [],
   "codeowners": []
diff --git a/requirements_all.txt b/requirements_all.txt
index ca438455bba..641667d4506 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1740,7 +1740,7 @@ restrictedpython==5.0
 rfk101py==0.0.1
 
 # homeassistant.components.rflink
-rflink==0.0.46
+rflink==0.0.50
 
 # homeassistant.components.ring
 ring_doorbell==0.2.8
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 5ee5e017864..6b9a7c98702 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -550,7 +550,7 @@ regenmaschine==1.5.1
 restrictedpython==5.0
 
 # homeassistant.components.rflink
-rflink==0.0.46
+rflink==0.0.50
 
 # homeassistant.components.ring
 ring_doorbell==0.2.8
-- 
GitLab