From cc49677c79e996c03cfab207c09cc42a5e4aa06f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 08:56:50 +0000 Subject: [PATCH] build(deps): update jupytext requirement Updates the requirements on [jupytext](https://github.com/mwouts/jupytext) to permit the latest version. - [Release notes](https://github.com/mwouts/jupytext/releases) - [Changelog](https://github.com/mwouts/jupytext/blob/main/CHANGELOG.md) - [Commits](https://github.com/mwouts/jupytext/compare/v1.10.0...v1.16.4) --- updated-dependencies: - dependency-name: jupytext dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- _requirements/devel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_requirements/devel.txt b/_requirements/devel.txt index 2b9231a56..093398735 100644 --- a/_requirements/devel.txt +++ b/_requirements/devel.txt @@ -5,7 +5,7 @@ virtualenv>=20.10 # https://github.com/Borda/nbval/archive/refs/heads/timeout-limit.zip ipython[notebook]>=8.0.0, <8.24.0 urllib3 # for ipython -jupytext>=1.10, <1.15 # converting +jupytext>=1.10, <1.17 # converting papermill ==2.6.* # rendering matplotlib