From e704cb98ad555316ed5442efb749a82d9b96fa4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 08:07:16 +0000 Subject: [PATCH] Update jupytext requirement from ~=1.11.2 to >=1.11.2,<1.15.0 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/docs/CHANGELOG.md) - [Commits](https://github.com/mwouts/jupytext/compare/v1.11.2...v1.14.5) --- updated-dependencies: - dependency-name: jupytext dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ab038cb5..67eb96a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ rtd = [ "coconut>=1.4.3,<2.3.0", "ipykernel~=5.5", "ipywidgets", - "jupytext~=1.11.2", + "jupytext>=1.11.2,<1.15.0", "matplotlib", "numpy", "pandas", @@ -95,7 +95,7 @@ testing = [ # see https://ipython.readthedocs.io/en/stable/whatsnew/version8.html#restore-line-numbers-for-input "ipython!=8.1.0,<8.5", "ipywidgets>=8", - "jupytext~=1.11.2", + "jupytext>=1.11.2,<1.15.0", "matplotlib>=3.5.3,<3.6", # TODO mpl 3.6 subtly changes output of test regressions "nbdime", "numpy",