diff --git a/pyproject.toml b/pyproject.toml index a6aeefe..8d6b013 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dynamic = ["version"] [project.optional-dependencies] dev = ["pytest==8.3.4", "pytest-cov==6.0.0", "black==24.10.0", "flake8==7.1.1"] -docs = ["sphinx==8.0.2", "sphinx-rtd-theme==3.0.2", "sphinxcontrib-video==0.3.2"] +docs = ["sphinx==8.0.2", "sphinx-rtd-theme==3.0.2", "sphinxcontrib-video==0.4.0"] plugins = ["pyqt5~=5.15", "toml==0.10.2"] [project.urls]