diff --git a/homeassistant/components/profiler/manifest.json b/homeassistant/components/profiler/manifest.json index b448e3d1793..6e6dde8df1b 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.0", "objgraph==3.4.1"], + "requirements": ["pyprof2calltree==1.4.5", "guppy3==3.1.2", "objgraph==3.4.1"], "codeowners": ["@bdraco"], "quality_scale": "internal", "config_flow": true diff --git a/requirements_all.txt b/requirements_all.txt index 79eb610833f..350b53c5a2c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -768,7 +768,7 @@ growattServer==1.1.0 gstreamer-player==1.1.2 # homeassistant.components.profiler -guppy3==3.1.0 +guppy3==3.1.2 # homeassistant.components.stream ha-av==8.0.4-rc.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 77be878fb87..a21eeaf9634 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -476,7 +476,7 @@ greeneye_monitor==2.1 growattServer==1.1.0 # homeassistant.components.profiler -guppy3==3.1.0 +guppy3==3.1.2 # homeassistant.components.stream ha-av==8.0.4-rc.1