From 7d5d90c1c3c9e37c1b455c8a91ad3064b1fbabf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:11:49 +0000 Subject: [PATCH] Dependabot: Bump jupytext from 1.16.4 to 1.16.6 Bumps [jupytext](https://github.com/mwouts/jupytext) from 1.16.4 to 1.16.6. - [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.16.4...v1.16.6) --- updated-dependencies: - dependency-name: jupytext dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 9c56c62..14665fc 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ cryptography = "==43.0.3" [dev-packages] jupyter = "==1.1.1" nbconvert = "==7.16.4" -jupytext = "==1.16.4" +jupytext = "==1.16.6" nbqa = { extras = ["toolchain"], version = "==1.9.0" } [requires]