From 0e7f22bfe9c48e365b0a0255ed4095efe42f537d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 10:19:53 +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.17.1) --- updated-dependencies: - dependency-name: jupytext dependency-version: 1.17.1 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 11d45b902..22e8e0096 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, <9.0 urllib3 # for ipython -jupytext>=1.10, <1.17 # converting +jupytext>=1.10, <1.18 # converting papermill ==2.6.* # rendering matplotlib