diff --git a/homeassistant/components/profiler/manifest.json b/homeassistant/components/profiler/manifest.json index d96f76d25a4..ceaab458e69 100644 --- a/homeassistant/components/profiler/manifest.json +++ b/homeassistant/components/profiler/manifest.json @@ -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" + ] } diff --git a/requirements_all.txt b/requirements_all.txt index 38d1f0613bf..bea4941826e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -997,7 +997,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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 06e432c8a65..16ea6cca5a0 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -805,7 +805,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