From 494caf2d0b9efb63c2d76eaa2fb83b2cf22f37b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 18:22:48 +0000 Subject: [PATCH] Bump notebook from 6.5.2 to 6.5.3 Bumps [notebook](http://jupyter.org) from 6.5.2 to 6.5.3. --- updated-dependencies: - dependency-name: notebook dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ae2cfb219..7c704ddbc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ doc = [ "myst-parser==0.19.1", "nbconvert==7.2.9", "nbsphinx==0.8.12", - "notebook==6.5.2", + "notebook==6.5.3", "numpydoc==1.5.0", "panel==0.14.3", "pyvista[trame]==0.38.3",