From 73717b328bbe9551d64a3b6a317a568d08dffd7d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2020 03:12:36 +0000 Subject: [PATCH] Bump traitlets from 4.3.3 to 5.0.2 Bumps [traitlets](https://github.com/ipython/traitlets) from 4.3.3 to 5.0.2. - [Release notes](https://github.com/ipython/traitlets/releases) - [Commits](https://github.com/ipython/traitlets/compare/4.3.3...5.0.2) Signed-off-by: dependabot-preview[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index a6b965acea..fc187b783f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -53,7 +53,7 @@ six==1.15.0 # via astroid, cryptography, packaging, pyopenssl sniffio==1.1.0 # via -r test-requirements.in sortedcontainers==2.2.2 # via -r test-requirements.in toml==0.10.1 # via black, pylint, pytest -traitlets==5.0.0 # via ipython +traitlets==5.0.2 # via ipython trustme==0.6.0 # via -r test-requirements.in typed-ast==1.4.1 ; implementation_name == "cpython" # via -r test-requirements.in, black, mypy typing-extensions==3.7.4.3 ; implementation_name == "cpython" # via -r test-requirements.in, black, mypy