From e58103e7ba827847f690bdb633de3144764ba81a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 04:03:20 +0000 Subject: [PATCH] Update traitlets requirement from ~=5.4.0 to ~=5.5.0 Updates the requirements on [traitlets](https://github.com/ipython/traitlets) to permit the latest version. - [Release notes](https://github.com/ipython/traitlets/releases) - [Changelog](https://github.com/ipython/traitlets/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipython/traitlets/compare/5.4.0...5.5.0) --- updated-dependencies: - dependency-name: traitlets dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ed4864f130b..f9327d5f2dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -152,7 +152,7 @@ tomli~=2.0.1 tornado~=6.2 towncrier~=22.8.0 tqdm~=4.64.1 -traitlets~=5.4.0 +traitlets~=5.5.0 types-requests~=2.28.11 types-setuptools~=65.5.0 types-tabulate~=0.9.0