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