From 899334bcb8241874e273d01df55413f29b62dbb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 09:14:59 +0000 Subject: [PATCH] Bump jupytext from 1.15.1 to 1.15.2 Bumps [jupytext](https://github.com/mwouts/jupytext) from 1.15.1 to 1.15.2. - [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.15.1...v1.15.2) --- updated-dependencies: - dependency-name: jupytext dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 86e5abee..1ee404b7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1384,13 +1384,13 @@ test = ["hatch", "ipykernel", "jupyterlab-server[openapi]", "openapi-spec-valida [[package]] name = "jupytext" -version = "1.15.1" +version = "1.15.2" description = "Jupyter notebooks as Markdown documents, Julia, Python or R scripts" optional = false python-versions = "~=3.6" files = [ - {file = "jupytext-1.15.1-py3-none-any.whl", hash = "sha256:1df0724f97e5c0db9bb5b71ff9ecf4225e2bccbfb49131834424b043edbe8af8"}, - {file = "jupytext-1.15.1.tar.gz", hash = "sha256:39c2112a1a007f2e9e2783695054205562466fd44f68acb371ebd52feac7ff58"}, + {file = "jupytext-1.15.2-py3-none-any.whl", hash = "sha256:ef2a1a3eb8f63d84a3b3772014bdfbe238e4e12a30c4309b8c89e0a54adeb7d1"}, + {file = "jupytext-1.15.2.tar.gz", hash = "sha256:c9976e24d834e991906c1de55af4b6d512d764f6372aabae45fc1ea72b589173"}, ] [package.dependencies] @@ -3465,4 +3465,4 @@ examples = ["jupyterlab", "lxml", "pandas", "tabulate"] [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "7036d379766f7dc8a72b3d380230c60d4b734c10bde80b17117190f0ce29f05c" +content-hash = "fb4e5a321472c6494f8ce88d68c04b5c9de804d96b323f4ddb5036b96e5aac6c" diff --git a/pyproject.toml b/pyproject.toml index 02fc72af..f4a267be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ sphinx-notfound-page = "1.0.0" sphinx-copybutton = "0.5.2" enum_tools = "0.11.0" sphinx-toolbox = "3.5.0" -jupytext = "1.15.1" +jupytext = "1.15.2" nbsphinx = "0.9.3" [tool.poetry.extras]