mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Bump objgraph to 3.5.0 to fix stall in profiler tests (#68690)
This commit is contained in:
parent
32b2d1e5c9
commit
b9f172899e
@ -2,7 +2,7 @@
|
||||
"domain": "profiler",
|
||||
"name": "Profiler",
|
||||
"documentation": "https://www.home-assistant.io/integrations/profiler",
|
||||
"requirements": ["pyprof2calltree==1.4.5", "guppy3==3.1.2", "objgraph==3.4.1"],
|
||||
"requirements": ["pyprof2calltree==1.4.5", "guppy3==3.1.2", "objgraph==3.5.0"],
|
||||
"codeowners": ["@bdraco"],
|
||||
"quality_scale": "internal",
|
||||
"config_flow": true
|
||||
|
@ -1105,7 +1105,7 @@ oasatelematics==0.3
|
||||
oauth2client==4.1.3
|
||||
|
||||
# homeassistant.components.profiler
|
||||
objgraph==3.4.1
|
||||
objgraph==3.5.0
|
||||
|
||||
# homeassistant.components.oem
|
||||
oemthermostat==1.1.1
|
||||
|
@ -735,7 +735,7 @@ numpy==1.21.4
|
||||
oauth2client==4.1.3
|
||||
|
||||
# homeassistant.components.profiler
|
||||
objgraph==3.4.1
|
||||
objgraph==3.5.0
|
||||
|
||||
# homeassistant.components.omnilogic
|
||||
omnilogic==0.4.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user