From 315eb2346b0a0d4bba5cb103e5e80623dbfcd06e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Sep 2021 19:03:47 +0000 Subject: [PATCH] Bump traitlets from 5.0.5 to 5.1.0 Bumps [traitlets](https://github.com/ipython/traitlets) from 5.0.5 to 5.1.0. - [Release notes](https://github.com/ipython/traitlets/releases) - [Commits](https://github.com/ipython/traitlets/compare/5.0.5...5.1.0) --- updated-dependencies: - dependency-name: traitlets dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 483ec534b..dc393d620 100644 --- a/setup.py +++ b/setup.py @@ -91,7 +91,7 @@ "notebook>=4.2", "nbconvert==5.6.1", "nbformat", - "traitlets==5.0.5", + "traitlets==5.1.0", "jupyter_core", "jupyter_client", "tornado",