From ee01e1955c8881b46075c78f1fbc932fa234bc72 Mon Sep 17 00:00:00 2001 From: Zachary Sailer Date: Fri, 14 Jan 2022 10:30:54 -0800 Subject: [PATCH] bump traitlets dependency (#663) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5f6cc64116..fe0bbc86aa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ install_requires = pyzmq>=17 argon2-cffi ipython_genutils - traitlets>=4.2.1 + traitlets>=5 jupyter_core>=4.6.0 jupyter_client>=6.1.1 nbformat