diff --git a/homeassistant/components/remember_the_milk/manifest.json b/homeassistant/components/remember_the_milk/manifest.json index 4979fe29e0e..6ec9dc6f8f4 100644 --- a/homeassistant/components/remember_the_milk/manifest.json +++ b/homeassistant/components/remember_the_milk/manifest.json @@ -3,7 +3,7 @@ "name": "Remember the milk", "documentation": "https://www.home-assistant.io/integrations/remember_the_milk", "requirements": [ - "RtmAPI==0.7.0", + "RtmAPI==0.7.2", "httplib2==0.10.3" ], "dependencies": ["configurator"], diff --git a/requirements_all.txt b/requirements_all.txt index 923c27fa241..15022ba161f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -85,7 +85,7 @@ PyXiaomiGateway==0.12.4 # RPi.GPIO==0.6.5 # homeassistant.components.remember_the_milk -RtmAPI==0.7.0 +RtmAPI==0.7.2 # homeassistant.components.travisci TravisPy==0.3.5 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 0f37ef15992..143f219fecf 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -40,7 +40,7 @@ PyRMVtransport==0.2.9 PyTransportNSW==0.1.1 # homeassistant.components.remember_the_milk -RtmAPI==0.7.0 +RtmAPI==0.7.2 # homeassistant.components.yessssms YesssSMS==0.4.1