From 09bbd6815d2362f04dfdc40cc08abeec385bf1a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 14:59:36 +0000 Subject: [PATCH] Bump nbconvert from 6.3.0 to 6.5.1 in /tests Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.3.0 to 6.5.1. - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Commits](https://github.com/jupyter/nbconvert/compare/6.3.0...6.5.1) --- updated-dependencies: - dependency-name: nbconvert dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 0a56783..6a18422 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,7 +1,7 @@ flake8==3.9.2 isort==5.7.0 mock==4.0.3 -nbconvert==6.3.0 +nbconvert==6.5.1 pre-commit==2.13.0 pytest==6.2.5 pytest-asyncio==0.18.3