From b6d46117a21f8bdf305037d3f3fdebe49a41f975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 10:53:49 +0000 Subject: [PATCH] chore(deps): update jupytext requirement from >=1.17.2 to >=1.19.5 Updates the requirements on [jupytext](https://github.com/jupytext/jupytext) to permit the latest version. - [Release notes](https://github.com/jupytext/jupytext/releases) - [Changelog](https://github.com/jupytext/jupytext/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupytext/jupytext/compare/v1.17.2...v1.19.5) --- updated-dependencies: - dependency-name: jupytext dependency-version: 1.19.5 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 41302ac..c72e7f8 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.5", "pandas>=2.2.3", "polars>=1.17.1", "seaborn>=0.13.2",