From b9f172899e4d1e55b74984f7c05ed69861a91cbd Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 26 Mar 2022 00:59:28 -1000 Subject: [PATCH] Bump objgraph to 3.5.0 to fix stall in profiler tests (#68690) --- homeassistant/components/profiler/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/profiler/manifest.json b/homeassistant/components/profiler/manifest.json index 6e6dde8df1b..390bcecd4d4 100644 --- a/homeassistant/components/profiler/manifest.json +++ b/homeassistant/components/profiler/manifest.json @@ -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 diff --git a/requirements_all.txt b/requirements_all.txt index c0e2336941f..b90804e12b1 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index b78f5c70383..98dfc5aef0a 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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