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 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 ]