From 43d5336d759b3ec619f5d3fe224e3114fa38b019 Mon Sep 17 00:00:00 2001 From: Jordan Date: Tue, 30 Jul 2024 21:28:13 +0100 Subject: [PATCH] bump pyfuelprices (fixes #22) --- 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 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