From 25944e2089d89830d630efae0e4c3042069f64f2 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sat, 26 Oct 2024 11:19:05 +0200 Subject: Fixed some SonarCloud issues * fixed dependabot werkzeug (3.0.3 to 3.0.6) Signed-off-by: Toni Uhlig --- examples/py-flow-dashboard/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/py-flow-dashboard/requirements.txt') diff --git a/examples/py-flow-dashboard/requirements.txt b/examples/py-flow-dashboard/requirements.txt index 1adede5dc..3793eba16 100644 --- a/examples/py-flow-dashboard/requirements.txt +++ b/examples/py-flow-dashboard/requirements.txt @@ -1,3 +1,3 @@ dash dash_daq -Werkzeug==3.0.3 +Werkzeug==3.0.6 -- cgit v1.2.3