From 15919db636b2aeaf2384ed19eb7e3c7db4ca9ff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:37:10 +0000 Subject: [PATCH] chore(deps): update jupytext requirement from >=1.17.2 to >=1.19.1 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.17.2...v1.19.1) --- updated-dependencies: - dependency-name: jupytext dependency-version: 1.19.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a945ed..0a105d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "great-tables>=0.15.0", "ipykernel>=6.29.5", "jupyter>=1.1.1", - "jupytext>=1.17.2", + "jupytext>=1.19.1", "pandas>=2.2.3", "polars>=1.17.1", "seaborn>=0.13.2",