From 38cb334b21fcb65aa21d2cfad9bec9ef4dfb52d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 17:16:08 +0000 Subject: [PATCH] MAINT: Bump the docs-deps group with 2 updates Bumps the docs-deps group with 2 updates: [notebook](https://github.com/jupyter/notebook) and [panel](https://github.com/holoviz/panel). Updates `notebook` from 7.0.6 to 7.0.7 - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/@jupyter-notebook/tree@7.0.7/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.0.6...@jupyter-notebook/tree@7.0.7) Updates `panel` from 1.3.6 to 1.3.7 - [Release notes](https://github.com/holoviz/panel/releases) - [Changelog](https://github.com/holoviz/panel/blob/main/CHANGELOG.md) - [Commits](https://github.com/holoviz/panel/compare/v1.3.6...v1.3.7) --- updated-dependencies: - dependency-name: notebook dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docs-deps - dependency-name: panel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docs-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0682bb3c65..66f0424ae4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,9 +77,9 @@ doc = [ "myst-parser==2.0.0", "nbconvert==7.14.2", "nbsphinx==0.9.3", - "notebook==7.0.6", + "notebook==7.0.7", "numpydoc==1.6.0", - "panel==1.3.6", + "panel==1.3.7", "pyvista[jupyter]==0.43.2", "requests==2.31.0", "sphinx==7.2.5",