From 73916f5b972a9bd8194b09a2c291c60f1c559bd9 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 26 Feb 2024 02:00:51 +0100 Subject: [PATCH] Update guppy3 to 3.1.4.post1 (#111430) --- homeassistant/components/profiler/manifest.json | 6 +++++- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) 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