diff --git a/homeassistant/components/openweathermap/manifest.json b/homeassistant/components/openweathermap/manifest.json index 4ebdaf44c9e..e355e2e4752 100644 --- a/homeassistant/components/openweathermap/manifest.json +++ b/homeassistant/components/openweathermap/manifest.json @@ -3,6 +3,6 @@ "name": "OpenWeatherMap", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/openweathermap", - "requirements": ["pyowm==3.1.0"], + "requirements": ["pyowm==3.1.1"], "codeowners": ["@fabaff", "@freekode", "@nzapponi"] } diff --git a/requirements_all.txt b/requirements_all.txt index d3ee43ca8d9..f04f2c7f3d8 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1598,7 +1598,7 @@ pyotgw==1.0b1 pyotp==2.3.0 # homeassistant.components.openweathermap -pyowm==3.1.0 +pyowm==3.1.1 # homeassistant.components.onewire pyownet==0.10.0.post1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 1f1c0eff147..c0698e79f5a 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -811,7 +811,7 @@ pyotgw==1.0b1 pyotp==2.3.0 # homeassistant.components.openweathermap -pyowm==3.1.0 +pyowm==3.1.1 # homeassistant.components.onewire pyownet==0.10.0.post1