diff --git a/doc/changelog.d/222.dependencies.md b/doc/changelog.d/222.dependencies.md new file mode 100644 index 00000000..c3c8e63e --- /dev/null +++ b/doc/changelog.d/222.dependencies.md @@ -0,0 +1 @@ +build(deps): bump the general-dependencies group across 1 directory with 2 updates \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 262907be..222b907b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ tests = [ doc = [ "ansys-sphinx-theme==1.2.4", "jupyter_sphinx==0.5.3", - "jupytext==1.16.5", + "jupytext==1.16.6", "nbsphinx==0.9.6", "numpydoc==1.8.0", "sphinx==8.1.3", @@ -53,7 +53,7 @@ doc = [ "sphinx_design==0.6.1", "sphinx-gallery==0.18.0", "sphinx-jinja==2.0.2", - "ansys-fluent-core==0.27.0", + "ansys-fluent-core==0.28.0", ] [project.urls]