From 15b2396b539d4359865b26a8d7795fa071dcc9e2 Mon Sep 17 00:00:00 2001 From: Jordan Harvey Date: Mon, 1 Jul 2024 20:57:37 +0000 Subject: [PATCH] 2024.6.1 bump pyfuelprices to support new datasources implement #19 --- 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 9719fe0..6abb9e9 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.0" + "pyfuelprices==2.6.2" ], "ssdp": [], "version": "0.0.0", diff --git a/requirements.txt b/requirements.txt index 1d85c34..4909b01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ colorlog==6.7.0 homeassistant==2024.3.3 pip>=21.0,<23.2 ruff==0.0.292 -pyfuelprices==2.6.0 \ No newline at end of file +pyfuelprices==2.6.2 \ No newline at end of file