From 892326e1fc3eab3b4e85ce048b9d03b5dbdbbb71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 18:59:53 +0000 Subject: [PATCH] :arrow_up: Update nbclient requirement from ~=0.5.10 to ~=0.9.0 Updates the requirements on [nbclient](https://github.com/jupyter/nbclient) to permit the latest version. - [Release notes](https://github.com/jupyter/nbclient/releases) - [Changelog](https://github.com/jupyter/nbclient/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/nbclient/compare/v0.5.10...v0.9.0) --- updated-dependencies: - dependency-name: nbclient dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 227503f..e201521 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "attrs<23,>=19", "importlib-metadata~=6.0;python_version<'3.10'", "importlib-resources~=5.0;python_version<'3.9'", - "nbclient~=0.5.10", + "nbclient~=0.9.0", "nbdime>=4", "nbformat", "jsonschema",