From 2a9e88a294ddbbdc229c1e6835b61eb8df49b75c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 21:03:42 +0000 Subject: [PATCH] Bump jupytext from 1.14.6 to 1.14.7 Bumps [jupytext](https://github.com/mwouts/jupytext) from 1.14.6 to 1.14.7. - [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.14.6...v1.14.7) --- updated-dependencies: - dependency-name: jupytext dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 33d2c0b9..69d5d441 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1256,17 +1256,17 @@ test = ["codecov", "ipykernel", "jupyterlab-server[openapi]", "openapi-spec-vali [[package]] name = "jupytext" -version = "1.14.6" +version = "1.14.7" description = "Jupyter notebooks as Markdown documents, Julia, Python or R scripts" optional = false python-versions = "~=3.6" files = [ - {file = "jupytext-1.14.6-py3-none-any.whl", hash = "sha256:6a0f9b1d850b4173115065853b8a81956bbbe6ee7d4a7906e9817cd6f6892414"}, - {file = "jupytext-1.14.6.tar.gz", hash = "sha256:f34b045d89edcecb47772761feaf001daf270fff9470c9b2125345eae9064eb6"}, + {file = "jupytext-1.14.7-py3-none-any.whl", hash = "sha256:ab2fd066dce8112ac95a7c4f9218c1a40d6cefa76b09352c8d08acf21dad5349"}, + {file = "jupytext-1.14.7.tar.gz", hash = "sha256:53cbfe90857369cf30ac055acf7820d6d9d1c53683eecd58edef5072de34b455"}, ] [package.dependencies] -markdown-it-py = ">=1.0.0,<3.0.0" +markdown-it-py = ">=1.0.0" mdit-py-plugins = "*" nbformat = "*" pyyaml = "*" @@ -3322,4 +3322,4 @@ examples = ["jupyterlab", "lxml", "pandas", "tabulate"] [metadata] lock-version = "2.0" python-versions = "^3.7.1" -content-hash = "17df6801ad13cd03a86dbc2e671007bb582c26ca59e9989f26c88443059e29d3" +content-hash = "e46a8d1b49cd0d77459d2a8950d9b8c4937e161e9f76a387993d08995e91d27e" diff --git a/pyproject.toml b/pyproject.toml index 8623058a..8c897e36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ sphinx-notfound-page = { version = "0.8.3" } sphinx-copybutton = { version = "0.5.2" } enum_tools = { version = "0.10.0" } sphinx-toolbox = { version = "3.4.0" } -jupytext = { version = "1.14.6" } +jupytext = { version = "1.14.7" } nbsphinx = { version = "0.9.2" } [tool.poetry.extras]