diff --git a/doc/changelog.d/284.dependencies.md b/doc/changelog.d/284.dependencies.md new file mode 100644 index 00000000..de2edc51 --- /dev/null +++ b/doc/changelog.d/284.dependencies.md @@ -0,0 +1 @@ +build(deps): bump the general-dependencies group with 2 updates \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index ef1282dd..6686dc3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ tests = [ doc = [ "ansys-sphinx-theme==1.3.2", "jupyter_sphinx==0.5.3", - "jupytext==1.16.7", + "jupytext==1.17.1", "nbsphinx==0.9.6", "numpydoc==1.8.0", "sphinx==8.2.3", @@ -53,7 +53,7 @@ doc = [ "sphinx_design==0.6.1", "sphinx-gallery==0.19.0", "sphinx-jinja==2.0.2", - "ansys-fluent-core==0.30.3", + "ansys-fluent-core==0.30.4", ] [project.urls]