diff --git a/pyproject.toml b/pyproject.toml index 5d735380..9e847d96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,12 +35,12 @@ dependencies = [ tests = [ "pytest==8.3.5", "pytest-cov==6.1.1", - "click==8.1.8", + "click==8.2.0", "PyGithub==2.6.1", "gitpython==3.1.44", ] doc = [ - "ansys-sphinx-theme[autoapi]==1.4.2", + "ansys-sphinx-theme[autoapi]==1.4.4", "numpydoc==1.8.0", "sphinx==8.2.3", "sphinx-autodoc-typehints==3.1.0",