From 2518fbc9734aaf91ae5c40b86158e6b40ff38952 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Wed, 13 Sep 2023 01:41:50 +0200 Subject: [PATCH] Update jsonpath to 0.82.2 (#100252) --- homeassistant/components/rest/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/rest/manifest.json b/homeassistant/components/rest/manifest.json index c8796c7161c..d638c20d2a4 100644 --- a/homeassistant/components/rest/manifest.json +++ b/homeassistant/components/rest/manifest.json @@ -4,5 +4,5 @@ "codeowners": [], "documentation": "https://www.home-assistant.io/integrations/rest", "iot_class": "local_polling", - "requirements": ["jsonpath==0.82", "xmltodict==0.13.0"] + "requirements": ["jsonpath==0.82.2", "xmltodict==0.13.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 573bdc2e5f1..d63abfddcb7 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1085,7 +1085,7 @@ jaraco.abode==3.3.0 jellyfin-apiclient-python==1.9.2 # homeassistant.components.rest -jsonpath==0.82 +jsonpath==0.82.2 # homeassistant.components.justnimbus justnimbus==0.6.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index b451f480e2a..80877b96faa 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -850,7 +850,7 @@ jaraco.abode==3.3.0 jellyfin-apiclient-python==1.9.2 # homeassistant.components.rest -jsonpath==0.82 +jsonpath==0.82.2 # homeassistant.components.justnimbus justnimbus==0.6.0