Update jsonpath to 0.82.2 (#100252)
This commit is contained in:
parent
fe85b20502
commit
2518fbc973
3 changed files with 3 additions and 3 deletions
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue