From 3ee6dd27410ff2d25407c0728a6b8587c1174017 Mon Sep 17 00:00:00 2001 From: robbievanleeuwen Date: Tue, 19 Dec 2023 22:58:46 +1100 Subject: [PATCH] Bump nbconvert from 7.10.0 to 7.13.0 --- docs/requirements.txt | 2 +- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 49cb090a..e91ee0e9 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,7 +2,7 @@ furo==2023.9.10 ipykernel==6.26.0 ipython==8.17.2 ipywidgets==8.1.1 -nbconvert==7.10.0 +nbconvert==7.13.0 nbsphinx==0.9.3 sphinx==7.2.6 sphinx-click==5.0.1 diff --git a/poetry.lock b/poetry.lock index aeab58e9..d1b5f6a1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2056,13 +2056,13 @@ test = ["flaky", "ipykernel (>=6.19.3)", "ipython", "ipywidgets", "nbconvert (>= [[package]] name = "nbconvert" -version = "7.10.0" +version = "7.13.0" description = "Converting Jupyter Notebooks" optional = false python-versions = ">=3.8" files = [ - {file = "nbconvert-7.10.0-py3-none-any.whl", hash = "sha256:8cf1d95e569730f136feb85e4bba25bdcf3a63fefb122d854ddff6771c0ac933"}, - {file = "nbconvert-7.10.0.tar.gz", hash = "sha256:4bedff08848626be544de193b7594d98a048073f392178008ff4f171f5e21d26"}, + {file = "nbconvert-7.13.0-py3-none-any.whl", hash = "sha256:22521cfcc10ba5755e44acb6a70d2bd8a891ce7aed6746481e10cd548b169e19"}, + {file = "nbconvert-7.13.0.tar.gz", hash = "sha256:c6f61c86fca5b28bd17f4f9a308248e59fa2b54919e1589f6cc3575c5dfec2bd"}, ] [package.dependencies] @@ -2089,7 +2089,7 @@ docs = ["ipykernel", "ipython", "myst-parser", "nbsphinx (>=0.2.12)", "pydata-sp qtpdf = ["nbconvert[qtpng]"] qtpng = ["pyqtwebengine (>=5.15)"] serve = ["tornado (>=6.1)"] -test = ["flaky", "ipykernel", "ipywidgets (>=7)", "pytest", "pytest-dependency"] +test = ["flaky", "ipykernel", "ipywidgets (>=7.5)", "pytest"] webpdf = ["playwright"] [[package]] @@ -4056,4 +4056,4 @@ rhino = ["rhino-shapley-interop", "rhino3dm"] [metadata] lock-version = "2.0" python-versions = ">=3.9.0,<3.12" -content-hash = "356cc63778ddb1760ecbae7e0c98664e38dc9e3d4ee126af07bf8232189da429" +content-hash = "359845b6afba1f0c192a4fafbc1a66f6673342f5f37ca4b7338993321fced98a" diff --git a/pyproject.toml b/pyproject.toml index 1bcb8900..729d99e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ ipython = "^8.17.2" ipywidgets = "^8.1.1" isort = "^5.12.0" mypy = "^1.6.1" -nbconvert = "^7.10.0" +nbconvert = "^7.13.0" nbsphinx = "^0.9.3" notebook = "^7.0.6" pep8-naming = "^0.13.3"