From 36f5afe9104b35aad79746115cdeb996a9de6624 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 2 Feb 2026 20:09:35 +0100 Subject: [PATCH] chore: bump nbconvert to 7.17.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1e050d051..6be379720 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -21,7 +21,7 @@ isort==7.0.0 time-machine==3.2.0 # Convert jupyter notebooks to markdown documents -nbconvert==7.16.6 +nbconvert==7.17.0 # mypy types scipy-stubs==1.17.0.2 # keep in sync with `scipy` in `requirements-hyperopt.txt`