From ed37e5bdfa2b8b63a58615bfe2ea960774e59c9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:50:00 +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 335b948..f5d0fed 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 pennylane==0.16.0 pre-commit==2.13.0 pytest==6.2.5