Update guppy3 to 3.1.4.post1 (#111430)
This commit is contained in:
parent
a492ccdc15
commit
eb370d7213
3 changed files with 7 additions and 3 deletions
|
@ -5,5 +5,9 @@
|
|||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/profiler",
|
||||
"quality_scale": "internal",
|
||||
"requirements": ["pyprof2calltree==1.4.5", "guppy3==3.1.4", "objgraph==3.5.0"]
|
||||
"requirements": [
|
||||
"pyprof2calltree==1.4.5",
|
||||
"guppy3==3.1.4.post1",
|
||||
"objgraph==3.5.0"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1006,7 +1006,7 @@ gspread==5.5.0
|
|||
gstreamer-player==1.1.2
|
||||
|
||||
# homeassistant.components.profiler
|
||||
guppy3==3.1.4
|
||||
guppy3==3.1.4.post1
|
||||
|
||||
# homeassistant.components.iaqualink
|
||||
h2==4.1.0
|
||||
|
|
|
@ -814,7 +814,7 @@ growattServer==1.3.0
|
|||
gspread==5.5.0
|
||||
|
||||
# homeassistant.components.profiler
|
||||
guppy3==3.1.4
|
||||
guppy3==3.1.4.post1
|
||||
|
||||
# homeassistant.components.iaqualink
|
||||
h2==4.1.0
|
||||
|
|
Loading…
Add table
Reference in a new issue