diff --git a/homeassistant/components/brother/manifest.json b/homeassistant/components/brother/manifest.json index 15828e5f05a..13933b7bf60 100644 --- a/homeassistant/components/brother/manifest.json +++ b/homeassistant/components/brother/manifest.json @@ -3,7 +3,7 @@ "name": "Brother Printer", "documentation": "https://www.home-assistant.io/integrations/brother", "codeowners": ["@bieniu"], - "requirements": ["brother==0.2.1"], + "requirements": ["brother==0.2.2"], "zeroconf": [{ "type": "_printer._tcp.local.", "name": "brother*" }], "config_flow": true, "quality_scale": "platinum" diff --git a/requirements_all.txt b/requirements_all.txt index 87cde66dd57..d1e27d28076 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -384,7 +384,7 @@ bravia-tv==1.0.8 broadlink==0.17.0 # homeassistant.components.brother -brother==0.2.1 +brother==0.2.2 # homeassistant.components.brottsplatskartan brottsplatskartan==0.0.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 1721ef8c2b5..836f9762a06 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -214,7 +214,7 @@ bravia-tv==1.0.8 broadlink==0.17.0 # homeassistant.components.brother -brother==0.2.1 +brother==0.2.2 # homeassistant.components.bsblan bsblan==0.4.0