From 2cb886c633f4b6a7259f121cce97b8ae90b9dac4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:00:35 +0000 Subject: [PATCH 1/2] build(deps-dev): bump ansys-fluent-core Bumps the general-dependencies group with 1 update: [ansys-fluent-core](https://github.com/ansys/pyfluent). Updates `ansys-fluent-core` from 0.38.1 to 0.39.0 - [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.38.1...v0.39.0) --- updated-dependencies: - dependency-name: ansys-fluent-core dependency-version: 0.39.0 dependency-type: direct:development 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 723eddb60..856bd2a9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ doc = [ "sphinx-copybutton==0.5.2", "sphinx-gallery==0.21.0", "sphinx-jinja==2.0.2", - "ansys-fluent-core==0.38.1", + "ansys-fluent-core==0.39.0", "nest-asyncio2==1.7.2", # Required for interactive examples, else it fails silently ] From f12cad2b0f26d304e4553a84ee77074274d661f2 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:01:31 +0000 Subject: [PATCH 2/2] chore: adding changelog file 541.dependencies.md [dependabot-skip] --- doc/changelog.d/541.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/541.dependencies.md diff --git a/doc/changelog.d/541.dependencies.md b/doc/changelog.d/541.dependencies.md new file mode 100644 index 000000000..457a90bfa --- /dev/null +++ b/doc/changelog.d/541.dependencies.md @@ -0,0 +1 @@ +Build(deps-dev): bump ansys-fluent-core from 0.38.1 to 0.39.0 in the general-dependencies group