From 362d250ae7e5c4e1b429913d6d19f517f6520254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 21:05:09 +0000 Subject: [PATCH] Build(deps): Bump jupytext from 1.15.0 to 1.16.4 Bumps [jupytext](https://github.com/mwouts/jupytext) from 1.15.0 to 1.16.4. - [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.15.0...v1.16.4) --- updated-dependencies: - dependency-name: jupytext dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69dc1e23..18e1b3f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ dev = [ "jupyter-core", "jupyter-packaging>=0.7.9", "jupyterlab>=4.0.0,<5.0.0", - "jupytext==1.15.0", + "jupytext==1.16.4", "kfactory[git,ipy]", "kweb>=2.0.1,<3.0.0", "myst-parser",