From adb214afaa2b265c6f4c993e7ee3504b21c5f5bf Mon Sep 17 00:00:00 2001 From: Jordan Harvey Date: Wed, 13 Nov 2024 19:27:30 +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 e8c38d1..99d9c6a 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.0" + "pyfuelprices==2024.11.2" ], "ssdp": [], "version": "0.0.0", diff --git a/requirements.txt b/requirements.txt index a7564ca..7f621a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ colorlog==6.7.0 git+https://github.com/home-assistant/core@dev pip>=21.0,<23.2 ruff==0.0.292 -pyfuelprices==2024.11.0 \ No newline at end of file +pyfuelprices==2024.11.2 \ No newline at end of file