From 618507e1cc562d696e3a0709e004b3a6d18c4c85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 11:03:21 +0200 Subject: [PATCH] build(deps-dev): update jupytext requirement (#534) 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.15.0) --- updated-dependencies: - dependency-name: jupytext dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e241d142..d9f45c92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ rtd = [ "coconut>=1.4.3,<3.1.0", "ipykernel>=5.5,<7.0", "ipywidgets", - "jupytext>=1.11.2,<1.15.0", + "jupytext>=1.11.2,<1.16.0", "matplotlib", "numpy", "pandas", @@ -94,7 +94,7 @@ testing = [ # see https://ipython.readthedocs.io/en/stable/whatsnew/version8.html#restore-line-numbers-for-input "ipython!=8.1.0,<8.16", "ipywidgets>=8", - "jupytext>=1.11.2,<1.15.0", + "jupytext>=1.11.2,<1.16.0", "matplotlib>=3.5.3,<3.6", # TODO mpl 3.6 subtly changes output of test regressions "nbdime", "numpy",