diff --git a/pyproject.toml b/pyproject.toml index 8f737b66..e76f0e0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "pytest==8.3.3", + "pytest==8.3.4", "pytest-cov==6.0.0", "click==8.1.7", "PyGithub==2.5.0", @@ -43,7 +43,7 @@ doc = [ "ansys-sphinx-theme==1.2.2", "numpydoc==1.8.0", "sphinx==8.1.3", - "sphinx-autoapi==3.3.3", + "sphinx-autoapi==3.4.0", "sphinx-autodoc-typehints==2.5.0", "sphinx-copybutton==0.5.2", ]