From c19dc28f81a76d608b44574128961490fb600bbd Mon Sep 17 00:00:00 2001 From: Jordan H Date: Wed, 10 Jan 2024 12:26:01 +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 7f183a0..13311aa 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.7" + "pyfuelprices==2.1.8" ], "ssdp": [], "version": "0.0.0", diff --git a/requirements.txt b/requirements.txt index 9085380..a977643 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ colorlog==6.7.0 homeassistant==2023.8.0 pip>=21.0,<23.2 ruff==0.0.292 -pyfuelprices==2.1.7 \ No newline at end of file +pyfuelprices==2.1.8 \ No newline at end of file