From 6507951bb12942c248b86b8def2197b247a2e2bd Mon Sep 17 00:00:00 2001 From: Spartan-II-117 Date: Tue, 26 May 2020 11:44:10 -0700 Subject: [PATCH] update PyPjlink to 1.2.1 (#36170) * Update manifest.json Bump PyPjlink to 1.2.1 * Update requirements_all.txt --- homeassistant/components/pjlink/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/pjlink/manifest.json b/homeassistant/components/pjlink/manifest.json index ca657923aa8..6b2dd94c0bd 100644 --- a/homeassistant/components/pjlink/manifest.json +++ b/homeassistant/components/pjlink/manifest.json @@ -2,6 +2,6 @@ "domain": "pjlink", "name": "PJLink", "documentation": "https://www.home-assistant.io/integrations/pjlink", - "requirements": ["pypjlink2==1.2.0"], + "requirements": ["pypjlink2==1.2.1"], "codeowners": [] } diff --git a/requirements_all.txt b/requirements_all.txt index be47621cf76..9b24388a815 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1542,7 +1542,7 @@ pypca==0.0.7 pypck==0.6.4 # homeassistant.components.pjlink -pypjlink2==1.2.0 +pypjlink2==1.2.1 # homeassistant.components.point pypoint==1.1.2