From 8ac561565c72d936deaf008ab1ae75da77b893b5 Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Thu, 7 Mar 2024 19:36:24 -0700 Subject: [PATCH] bump traitlets to 5.14 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 799e3056..0bcf68c2 100644 --- a/setup.py +++ b/setup.py @@ -123,7 +123,7 @@ def run(self): "future~=0.18", "networkx~=2.5", "six~=1.16", - "traitlets~=5.1", + "traitlets~=5.14", "json_tricks~=3.16", "pandas~=2.0", numpy_dependency,