From cd81a2ed752a8393eb98d3efbfa0bac432885ca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 17:13:26 +0000 Subject: [PATCH 1/2] build: bump jupytext from 1.17.1 to 1.17.2 in the docs-deps group Bumps the docs-deps group with 1 update: [jupytext](https://github.com/mwouts/jupytext). Updates `jupytext` from 1.17.1 to 1.17.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.17.1...v1.17.2) --- updated-dependencies: - dependency-name: jupytext dependency-version: 1.17.2 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 68cfd561c1..3b76c30d56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ doc = [ "grpcio-health-checking==1.71.0", "ipyvtklink==0.2.3", "jupyter_sphinx==0.5.3", - "jupytext==1.17.1", + "jupytext==1.17.2", "matplotlib==3.10.3", "myst-parser==4.0.1", "nbconvert==7.16.6", From de6363a656d9bc58a0d17454c6c374220040730d Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Thu, 5 Jun 2025 17:14:53 +0000 Subject: [PATCH 2/2] chore: adding changelog file 2024.dependencies.md [dependabot-skip] --- doc/changelog.d/2024.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/2024.dependencies.md diff --git a/doc/changelog.d/2024.dependencies.md b/doc/changelog.d/2024.dependencies.md new file mode 100644 index 0000000000..9bd59b4772 --- /dev/null +++ b/doc/changelog.d/2024.dependencies.md @@ -0,0 +1 @@ +Bump jupytext from 1.17.1 to 1.17.2 in the docs-deps group \ No newline at end of file