diff --git a/homeassistant/components/vera/manifest.json b/homeassistant/components/vera/manifest.json index 211162bcbdc..bc4724c1638 100644 --- a/homeassistant/components/vera/manifest.json +++ b/homeassistant/components/vera/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://www.home-assistant.io/integrations/vera", "iot_class": "local_polling", "loggers": ["pyvera"], - "requirements": ["pyvera==0.3.15"] + "requirements": ["pyvera==0.3.16"] } diff --git a/requirements_all.txt b/requirements_all.txt index ae13af603f3..70ee7eaf032 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2556,7 +2556,7 @@ pyuptimerobot==22.2.0 # pyuserinput==0.1.11 # homeassistant.components.vera -pyvera==0.3.15 +pyvera==0.3.16 # homeassistant.components.versasense pyversasense==0.0.6 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index c03f584e7d1..ac12172efac 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -2111,7 +2111,7 @@ pyuptimerobot==22.2.0 # pyuserinput==0.1.11 # homeassistant.components.vera -pyvera==0.3.15 +pyvera==0.3.16 # homeassistant.components.vesync pyvesync==2.1.18 diff --git a/script/licenses.py b/script/licenses.py index c3b9399d6b8..3330d99b4a5 100644 --- a/script/licenses.py +++ b/script/licenses.py @@ -201,7 +201,6 @@ EXCEPTIONS = { "pymitv", # MIT "pybbox", # https://github.com/HydrelioxGitHub/pybbox/pull/5 "pysabnzbd", # https://github.com/jeradM/pysabnzbd/pull/6 - "pyvera", # https://github.com/maximvelichko/pyvera/pull/164 "sharp_aquos_rc", # https://github.com/jmoore987/sharp_aquos_rc/pull/14 "tapsaff", # https://github.com/bazwilliams/python-taps-aff/pull/5 }