From ee8de7abb7be013ab064fcba0f1289185e583347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 06:11:42 +0000 Subject: [PATCH 1/3] build(deps-dev): bump ansys-fluent-core from 0.35.0 to 0.38.1 Bumps [ansys-fluent-core](https://github.com/ansys/pyfluent) from 0.35.0 to 0.38.1. - [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.35.0...v0.38.1) --- updated-dependencies: - dependency-name: ansys-fluent-core dependency-version: 0.38.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 86a61037c..85058f27e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ doc = [ "sphinxemoji==0.3.2", # pyansys dependencies for sphinx gallery examples - "ansys-fluent-core==0.35.0", + "ansys-fluent-core==0.38.1", # Explicit units dependency is to fix fluent runtime error # TODO: try removing sometime - perhaps on next update # of ansys-fluent-core From 0eee9bd0d348a105fec487ffea7752c3f0bda450 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 3 Apr 2026 06:12:36 +0000 Subject: [PATCH 2/3] chore: adding changelog file 635.dependencies.md [dependabot-skip] --- doc/changelog.d/635.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/635.dependencies.md diff --git a/doc/changelog.d/635.dependencies.md b/doc/changelog.d/635.dependencies.md new file mode 100644 index 000000000..65615c03b --- /dev/null +++ b/doc/changelog.d/635.dependencies.md @@ -0,0 +1 @@ +Build(deps-dev): bump ansys-fluent-core from 0.35.0 to 0.38.1 From 2315155624207ac09b552d623f2f10cf1f02c6e0 Mon Sep 17 00:00:00 2001 From: Ian Boyd <93142264+iboyd-ansys@users.noreply.github.com> Date: Wed, 8 Apr 2026 09:51:20 +0000 Subject: [PATCH 3/3] PyFluent insecure mode for container in doc builds --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72d1cb636..bafe34e17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -325,6 +325,7 @@ jobs: SYC_LAUNCH_CONTAINER: 1 SYC_IMAGE_TAG: ${{ env.SYC_IMAGE_VERSION }} PYFLUENT_LAUNCH_CONTAINER: 1 + PYFLUENT_CONTAINER_INSECURE_MODE: 1 FLUENT_IMAGE_TAG: ${{ env.FLUENT_IMAGE_VERSION }} PYMAPDL_START_INSTANCE: FALSE PYMAPDL_PORT: "50053"