From 4a779def4dd779e742e3fd18b3c6f77b9b6e648c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 06:32:06 +0000 Subject: [PATCH 1/2] build(deps-dev): bump the general-dependencies group across 1 directory with 2 updates Bumps the general-dependencies group with 2 updates in the / directory: [pyside6](https://pyside.org) and [jupytext](https://github.com/mwouts/jupytext). Updates `pyside6` from 6.11.0 to 6.11.1 Updates `jupytext` from 1.19.2 to 1.19.3 - [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.19.2...v1.19.3) --- updated-dependencies: - dependency-name: jupytext dependency-version: 1.19.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: general-dependencies - dependency-name: pyside6 dependency-version: 6.11.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: general-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9d4b34d1c..bf1c36d50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,14 +65,14 @@ tests = [ "pyvista==0.48.2", "pytest-pyvista==0.3.3", "pytest-cov==7.1.0", - "pyside6==6.11.0" + "pyside6==6.11.1" ] doc = [ "pyvista==0.48.2", "ansys-sphinx-theme[autoapi]==1.8.0", "jupyter_sphinx==0.5.3", - "jupytext==1.19.2", + "jupytext==1.19.3", "nbsphinx==0.9.6", "numpydoc==1.10.0", "sphinx-copybutton==0.5.2", From 0049d5ba0dd38e00e8b94e5fa30747e66920f4a8 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 27 May 2026 06:33:06 +0000 Subject: [PATCH 2/2] chore: adding changelog file 536.dependencies.md [dependabot-skip] --- doc/changelog.d/536.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/536.dependencies.md diff --git a/doc/changelog.d/536.dependencies.md b/doc/changelog.d/536.dependencies.md new file mode 100644 index 000000000..10a1e3931 --- /dev/null +++ b/doc/changelog.d/536.dependencies.md @@ -0,0 +1 @@ +Build(deps-dev): bump the general-dependencies group across 1 directory with 2 updates