diff --git a/doc/changelog.d/234.dependencies.md b/doc/changelog.d/234.dependencies.md new file mode 100644 index 00000000..0e9f7333 --- /dev/null +++ b/doc/changelog.d/234.dependencies.md @@ -0,0 +1 @@ +build(deps): bump ansys-fluent-core from 0.28.1 to 0.28.2 in the general-dependencies group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 05aa90be..ce6f44e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ doc = [ "sphinx_design==0.6.1", "sphinx-gallery==0.18.0", "sphinx-jinja==2.0.2", - "ansys-fluent-core==0.28.1", + "ansys-fluent-core==0.28.2", ] [project.urls]