diff --git a/doc/changelog.d/289.dependencies.md b/doc/changelog.d/289.dependencies.md new file mode 100644 index 00000000..c9f8755e --- /dev/null +++ b/doc/changelog.d/289.dependencies.md @@ -0,0 +1 @@ +build(deps): bump ansys-fluent-core from 0.30.4 to 0.30.5 in the general-dependencies group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index a53d3dd9..d85d1c39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ doc = [ "sphinx_design==0.6.1", "sphinx-gallery==0.19.0", "sphinx-jinja==2.0.2", - "ansys-fluent-core==0.30.4", + "ansys-fluent-core==0.30.5", ] [project.urls]