From 8aad00cdeed8a823d2de266d3b3b3d95dda95ff8 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Wed, 20 Mar 2024 11:56:18 -0500 Subject: [PATCH] bump papermill to newer versions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 57270924b2..6383e1b6b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ test = [ "pytest-mpl", "ipympl>=0.3.0", "pydocstyle", - "papermill~=2.3.4", + "papermill~=2.5.0", "scrapbook~=0.5.0", "jupyter", "graphviz",