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 4034b227c5c..8af1a2305e2 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 558962fc2e5..1e26dc86eba 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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