From 7fed12debe696878ed590b737af177c68bd1b455 Mon Sep 17 00:00:00 2001 From: Guilherme Caponetto <638737+caponetto@users.noreply.github.com> Date: Thu, 2 Jan 2025 09:31:40 -0300 Subject: [PATCH] Unpin nbconvert since the issue with mistune is resolved (#97) --- pyproject.toml | 2 +- test_requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 27d8b0de9..8a7fe46d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "MarkupSafe>=2.1", "minio>=7.0.0,!=7.2.1", "nbclient>=0.10.0", - "nbconvert==7.1.0", # Ensure compatibility with mistune<3 as `3.1.0` has issues (see https://github.com/lepture/mistune/issues/403) + "nbconvert>=6.5.1", "nbdime~=4.0.1", # Cap from jupyterlab-git "nbformat>=5.1.2", "networkx>=2.5.1", diff --git a/test_requirements.txt b/test_requirements.txt index 6b412a7d2..89d7ca5ee 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -8,6 +8,5 @@ pytest-console-scripts pytest_jupyter pytest-tornasync pytest_virtualenv -nbconvert==7.1.0 requests-mock requests-unixsocket