From 5efb2cf8a6c05e3c7053087627834f3160228efd Mon Sep 17 00:00:00 2001 From: Jordan Date: Fri, 10 Jan 2025 00:16:35 +0000 Subject: [PATCH] bump pyfuelprices --- custom_components/fuel_prices/manifest.json | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/fuel_prices/manifest.json b/custom_components/fuel_prices/manifest.json index 75a2e67..4bc8f92 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.11.6" + "pyfuelprices==2025.1.0" ], "ssdp": [], "version": "0.0.0", diff --git a/requirements.txt b/requirements.txt index 58a65ba..0caf160 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ colorlog==6.7.0 homeassistant==2024.11.0 pip>=21.0,<23.2 ruff==0.0.292 -pyfuelprices==2024.11.6 \ No newline at end of file +pyfuelprices==2025.1.0 \ No newline at end of file