diff --git a/pyproject.toml b/pyproject.toml index f032566e..bd12a3a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,10 +28,10 @@ dependencies = [ [project.optional-dependencies] doc = [ - "ansys-sphinx-theme==1.3.2", + "ansys-sphinx-theme==1.6.1", "pdf2image==1.17.0", - "quarto-cli==1.7.32", - "matplotlib==3.10.1", + "quarto-cli==1.8.25", + "matplotlib==3.10.6", "numpydoc==1.9.0", "Sphinx==7.4.7", "sphinx-copybutton==0.5.2", @@ -39,15 +39,15 @@ doc = [ "sphinx-toggleprompt==0.6.0", ] tests = [ - "numpy==2.2.3; python_version >'3.10'", # TODO: Limit to be removed once Python 3.10 support is dropped + "numpy==2.2.6; python_version >'3.10'", # TODO: Limit to be removed once Python 3.10 support is dropped "numpy==1.26.4; python_version <= '3.10'", # TODO: Dependency to be removed once Python 3.10 support is dropped - "pytest==8.4.1", + "pytest==8.4.2", "pytest-cov==7.0.0", - "pytest-mock==3.14.1", + "pytest-mock==3.15.1", "pint==0.24.4", ] additional = [ - "numpy==2.2.3; python_version >'3.10'", # TODO: Limit to be removed once Python 3.10 support is dropped + "numpy==2.2.6; python_version >'3.10'", # TODO: Limit to be removed once Python 3.10 support is dropped "numpy==1.26.4; python_version <= '3.10'", # TODO: Dependency to be removed once Python 3.10 support is dropped "pydantic>=2.11.7", "pydantic_core>=2.33.2",