diff --git a/doc/changelog.d/226.dependencies.md b/doc/changelog.d/226.dependencies.md new file mode 100644 index 00000000..2bfd29f6 --- /dev/null +++ b/doc/changelog.d/226.dependencies.md @@ -0,0 +1 @@ +build(deps): bump ansys-fluent-core from 0.28.0 to 0.28.1 in the general-dependencies group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 222b907b..9aba9fe8 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.0", + "ansys-fluent-core==0.28.1", ] [project.urls]