From 0786f9d0bc515c9cae69b9e3f752e3769f6fc5e5 Mon Sep 17 00:00:00 2001 From: Saikrishna Arcot Date: Thu, 7 Sep 2023 16:31:17 -0700 Subject: [PATCH] Update sonic-utilities for changes in Python This fixes 4 issues: * Update tabulate to 0.9.0 and deepdiff to 6.2.2 * Specify test dependencies under extra_requires * Add check_output parameter to the setup function due to the patch * Fix error about having a mutable default for field headers in dataclass Signed-off-by: Saikrishna Arcot --- src/sonic-utilities | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sonic-utilities b/src/sonic-utilities index 6833e6cac8..697acdd37e 160000 --- a/src/sonic-utilities +++ b/src/sonic-utilities @@ -1 +1 @@ -Subproject commit 6833e6cac8ca0879fde6f5462a994abfa685716d +Subproject commit 697acdd37ea849a2f69086e251232e814865a702