diff --git a/pyproject.toml b/pyproject.toml index 5390d206..407e8da1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dynamic = ["version"] [project.optional-dependencies] dev = ["pytest==8.3.3", "pytest-cov==6.0.0", "black==24.10.0", "flake8==7.1.1"] -docs = ["sphinx==8.0.2", "sphinx-rtd-theme==3.0.1", "sphinxcontrib-video==0.2.1"] +docs = ["sphinx==8.0.2", "sphinx-rtd-theme==3.0.2", "sphinxcontrib-video==0.2.1"] plugins = ["pyqt5~=5.15", "toml==0.10.2"] [project.urls]