From ba923d3e6df627716c570791500b944368a66a62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 19:09:33 +0000 Subject: [PATCH] Bump nbconvert from 5.6.1 to 6.3.0 Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 5.6.1 to 6.3.0. - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Commits](https://github.com/jupyter/nbconvert/compare/5.6.1...6.3.0) --- updated-dependencies: - dependency-name: nbconvert dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 33597dc..9e7558b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ pip == 19.0.3 jsonschema == 3.0.1 jupyter == 1.0.0 matplotlib == 3.1.2 -nbconvert == 5.6.1 +nbconvert == 6.3.0 nbformat == 5.0.4 networkx >=2.1, <2.3 numpy == 1.18.1 diff --git a/setup.py b/setup.py index d835fc3..8ffe2b9 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ 'jsonschema==3.0.1', 'jupyter==1.0.0', 'matplotlib==3.1.2', - 'nbconvert==5.6.1', + 'nbconvert==6.3.0', 'nbformat==5.0.4', 'networkx>=2.1,<2.3', 'numpy==1.18.1',