From 9fea373afaab62dae9b3ea4ec16c224ade17f0f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 17:08:32 +0000 Subject: [PATCH] build: bump jupytext from 1.16.5 to 1.16.6 in the docs-deps group Bumps the docs-deps group with 1 update: [jupytext](https://github.com/mwouts/jupytext). Updates `jupytext` from 1.16.5 to 1.16.6 - [Release notes](https://github.com/mwouts/jupytext/releases) - [Changelog](https://github.com/mwouts/jupytext/blob/main/CHANGELOG.md) - [Commits](https://github.com/mwouts/jupytext/compare/v1.16.5...v1.16.6) --- updated-dependencies: - dependency-name: jupytext dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docs-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1920c8c0b8..49eecf4677 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ doc = [ "grpcio-health-checking==1.67.1", "ipyvtklink==0.2.3", "jupyter_sphinx==0.5.3", - "jupytext==1.16.5", + "jupytext==1.16.6", "myst-parser==4.0.0", "nbconvert==7.16.4", "nbsphinx==0.9.5",