diff --git a/custom_components/fuel_prices/manifest.json b/custom_components/fuel_prices/manifest.json index c1e7ae2..3e20305 100644 --- a/custom_components/fuel_prices/manifest.json +++ b/custom_components/fuel_prices/manifest.json @@ -11,7 +11,7 @@ "issue_tracker": "https://github.com/pantherale0/ha-fuelprices/issues", "requirements": [ "these-united-states==1.1.0.21", - "pyfuelprices==2.6.3" + "pyfuelprices==2.6.4" ], "ssdp": [], "version": "0.0.0", diff --git a/requirements.txt b/requirements.txt index 58e167d..f101449 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ colorlog==6.7.0 homeassistant==2024.7.1 pip>=21.0,<23.2 ruff==0.0.292 -pyfuelprices==2.6.3 \ No newline at end of file +pyfuelprices==2.6.4 \ No newline at end of file