Bump objgraph to 3.5.0 to fix stall in profiler tests (#68690)

This commit is contained in:
J. Nick Koston 2022-03-26 00:59:28 -10:00 committed by GitHub
parent 32b2d1e5c9
commit b9f172899e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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