From f219b002eb801605410b42318106c2dc53930288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:44:24 +0000 Subject: [PATCH] Update nbconvert requirement from <7.14 to <7.17 Updates the requirements on [nbconvert](https://github.com/jupyter/nbconvert) to permit the latest version. - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/nbconvert/compare/4.0.0...v7.16.4) --- updated-dependencies: - dependency-name: nbconvert 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 c478a46..14c2dc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ docs = [ "ipykernel", "jupyter_client", "matplotlib >=3.5.0", - "nbconvert <7.14", + "nbconvert <7.17", "nbsphinx >=0.9.5", "nc-time-axis", "netCDF4",