diff --git a/custom_components/fuel_prices/manifest.json b/custom_components/fuel_prices/manifest.json index 8bed4e8..88e0d4b 100644 --- a/custom_components/fuel_prices/manifest.json +++ b/custom_components/fuel_prices/manifest.json @@ -13,7 +13,7 @@ "xmltodict", "brotli", "these-united-states==1.1.0.21", - "pyfuelprices==2024.9.3" + "pyfuelprices==2024.10.1" ], "ssdp": [], "version": "0.0.0", diff --git a/requirements.txt b/requirements.txt index 646c829..c4ebede 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ colorlog==6.7.0 git+https://github.com/home-assistant/core@dev pip>=21.0,<23.2 ruff==0.0.292 -pyfuelprices==2024.9.1 \ No newline at end of file +pyfuelprices==2024.10.1 \ No newline at end of file