From 65e3ff69a8ef002f0b48c782e31f12f462c8d4f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 01:52:39 +0000 Subject: [PATCH] build(deps): bump jupytext in the general-dependencies group Bumps the general-dependencies group with 1 update: [jupytext](https://github.com/mwouts/jupytext). Updates `jupytext` from 1.16.1 to 1.16.2 - [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.1...v1.16.2) --- updated-dependencies: - dependency-name: jupytext dependency-type: direct:production update-type: version-update:semver-patch dependency-group: general-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c10cd07d..866ece20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ tests = [ doc = [ "ansys-sphinx-theme==0.15.2", "jupyter_sphinx==0.5.3", - "jupytext==1.16.1", + "jupytext==1.16.2", "nbsphinx==0.9.3", "numpydoc==1.7.0", "sphinx==7.3.7",