diff --git a/pyproject.toml b/pyproject.toml index a847f0c9..0effde29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,13 +34,13 @@ dependencies = [ [project.optional-dependencies] tests = [ "pytest==8.3.3", - "pytest-cov==5.0.0", + "pytest-cov==6.0.0", "click==8.1.7", "PyGithub==2.4.0", "gitpython==3.1.43", ] doc = [ - "ansys-sphinx-theme==1.1.7", + "ansys-sphinx-theme==1.2.0", "numpydoc==1.8.0", "sphinx==8.1.3", "sphinx-autoapi==3.3.3",