From 1062b4766617871fd516740cfeb08c41857fe1da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 01:10:07 +0000 Subject: [PATCH 1/2] 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.17.3 to 1.18.1 - [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.17.3...v1.18.1) --- updated-dependencies: - dependency-name: jupytext dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-minor 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 7367f683..a41173f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ doc = [ "pyvista==0.46.3", "ansys-sphinx-theme[autoapi]==1.6.3", "jupyter_sphinx==0.5.3", - "jupytext==1.17.3", + "jupytext==1.18.1", "nbsphinx==0.9.6", "numpydoc==1.9.0", "sphinx==8.2.3", From 93a0cd152f027c13c8197a2566475d481b776fa5 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 20 Oct 2025 01:11:34 +0000 Subject: [PATCH 2/2] chore: adding changelog file 397.miscellaneous.md [dependabot-skip] --- doc/changelog.d/397.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/397.miscellaneous.md diff --git a/doc/changelog.d/397.miscellaneous.md b/doc/changelog.d/397.miscellaneous.md new file mode 100644 index 00000000..d76beb05 --- /dev/null +++ b/doc/changelog.d/397.miscellaneous.md @@ -0,0 +1 @@ +Build(deps): bump jupytext from 1.17.3 to 1.18.1 in the general-dependencies group