diff --git a/pyproject.toml b/pyproject.toml index 0a848811..6c42caf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,14 +33,14 @@ dependencies = [ [project.optional-dependencies] tests = [ - "pytest==8.3.5", + "pytest==8.4.0", "pytest-cov==6.1.1", "click==8.2.1", "PyGithub==2.6.1", "gitpython==3.1.44", ] doc = [ - "ansys-sphinx-theme[autoapi]==1.5.0", + "ansys-sphinx-theme[autoapi]==1.5.2", "numpydoc==1.8.0", "sphinx==8.2.3", "sphinx-autodoc-typehints==3.1.0",