diff --git a/homeassistant/components/overseerr/manifest.json b/homeassistant/components/overseerr/manifest.json index 5379c86f9d5..a759b48684a 100644 --- a/homeassistant/components/overseerr/manifest.json +++ b/homeassistant/components/overseerr/manifest.json @@ -7,5 +7,5 @@ "integration_type": "service", "iot_class": "local_polling", "quality_scale": "bronze", - "requirements": ["python-overseerr==0.3.0"] + "requirements": ["python-overseerr==0.4.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index c07b0d39618..1c53183669e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2409,7 +2409,7 @@ python-opensky==1.0.1 python-otbr-api==2.6.0 # homeassistant.components.overseerr -python-overseerr==0.3.0 +python-overseerr==0.4.0 # homeassistant.components.picnic python-picnic-api==1.1.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 0dcf807b818..55c292bd68a 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1942,7 +1942,7 @@ python-opensky==1.0.1 python-otbr-api==2.6.0 # homeassistant.components.overseerr -python-overseerr==0.3.0 +python-overseerr==0.4.0 # homeassistant.components.picnic python-picnic-api==1.1.0