From 5912fd744ec40bf97522f5941f9d73325cfbd884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 01:21:22 +0000 Subject: [PATCH 1/2] build(deps): bump the general-dependencies group with 2 updates Bumps the general-dependencies group with 2 updates: [jupytext](https://github.com/mwouts/jupytext) and [ansys-fluent-core](https://github.com/ansys/pyfluent). Updates `jupytext` from 1.16.7 to 1.17.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.16.7...v1.17.1) Updates `ansys-fluent-core` from 0.30.3 to 0.30.4 - [Release notes](https://github.com/ansys/pyfluent/releases) - [Changelog](https://github.com/ansys/pyfluent/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/pyfluent/compare/v0.30.3...v0.30.4) --- updated-dependencies: - dependency-name: jupytext dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: general-dependencies - dependency-name: ansys-fluent-core dependency-version: 0.30.4 dependency-type: direct:production 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 ef1282dd..6686dc3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ tests = [ doc = [ "ansys-sphinx-theme==1.3.2", "jupyter_sphinx==0.5.3", - "jupytext==1.16.7", + "jupytext==1.17.1", "nbsphinx==0.9.6", "numpydoc==1.8.0", "sphinx==8.2.3", @@ -53,7 +53,7 @@ doc = [ "sphinx_design==0.6.1", "sphinx-gallery==0.19.0", "sphinx-jinja==2.0.2", - "ansys-fluent-core==0.30.3", + "ansys-fluent-core==0.30.4", ] [project.urls] From 361c7621f8055281cd745aee119c0e70a83546ad Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 28 Apr 2025 01:22:30 +0000 Subject: [PATCH 2/2] chore: adding changelog file 284.dependencies.md [dependabot-skip] --- doc/changelog.d/284.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/284.dependencies.md diff --git a/doc/changelog.d/284.dependencies.md b/doc/changelog.d/284.dependencies.md new file mode 100644 index 00000000..de2edc51 --- /dev/null +++ b/doc/changelog.d/284.dependencies.md @@ -0,0 +1 @@ +build(deps): bump the general-dependencies group with 2 updates \ No newline at end of file