From 46fe129f1b314e7935318055c08ec81d3cc00034 Mon Sep 17 00:00:00 2001 From: Jordan H Date: Sat, 6 Jan 2024 18:56:23 +0000 Subject: [PATCH] fix #5 --- custom_components/fuel_prices/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/fuel_prices/manifest.json b/custom_components/fuel_prices/manifest.json index 3c33817..053c86a 100644 --- a/custom_components/fuel_prices/manifest.json +++ b/custom_components/fuel_prices/manifest.json @@ -12,7 +12,7 @@ "requirements": [ "reverse-geocode==1.4.1", "these-united-states==1.1.0.21", - "pyfuelprices==2.1.5" + "pyfuelprices==2.1.6" ], "ssdp": [], "version": "0.0.0",