From c8516691a56d2a2ddfbe8d1ef9cc9b73cfaf6a49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 08:53:24 +0000 Subject: [PATCH] Bump jupytext from 1.15.2 to 1.16.0 Bumps [jupytext](https://github.com/mwouts/jupytext) from 1.15.2 to 1.16.0. - [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.15.2...v1.16.0) --- updated-dependencies: - dependency-name: jupytext dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 21 ++++++++++++++------- pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index c746939..85e40be 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1462,25 +1462,32 @@ test = ["ipykernel", "pre-commit", "pytest", "pytest-cov", "pytest-timeout"] [[package]] name = "jupytext" -version = "1.15.2" +version = "1.16.0" description = "Jupyter notebooks as Markdown documents, Julia, Python or R scripts" optional = false -python-versions = "~=3.6" +python-versions = ">=3.8" files = [ - {file = "jupytext-1.15.2-py3-none-any.whl", hash = "sha256:ef2a1a3eb8f63d84a3b3772014bdfbe238e4e12a30c4309b8c89e0a54adeb7d1"}, - {file = "jupytext-1.15.2.tar.gz", hash = "sha256:c9976e24d834e991906c1de55af4b6d512d764f6372aabae45fc1ea72b589173"}, + {file = "jupytext-1.16.0-py3-none-any.whl", hash = "sha256:c2b951ac72871f39cd6cd242b56bc43219b7ed8169598bae5359811fb1f54d28"}, + {file = "jupytext-1.16.0.tar.gz", hash = "sha256:94c7e67775e90e1792c39ab7fca4e0459bf7c35656123e8dc2e9e1b3e953baf8"}, ] [package.dependencies] markdown-it-py = ">=1.0.0" mdit-py-plugins = "*" nbformat = "*" +packaging = "*" pyyaml = "*" toml = "*" [package.extras] -rst2md = ["sphinx-gallery (>=0.7.0,<0.8.0)"] -toml = ["toml"] +dev = ["jupytext[test-cov,test-external]"] +docs = ["myst-parser", "sphinx", "sphinx-copybutton", "sphinx-rtd-theme"] +test = ["pytest", "pytest-randomly", "pytest-xdist"] +test-cov = ["jupytext[test-integration]", "pytest-cov (>=2.6.1)"] +test-external = ["autopep8", "black", "flake8", "gitpython", "isort", "jupyter-fs (<0.4.0)", "jupytext[test-integration]", "pre-commit", "sphinx-gallery (<0.8)"] +test-functional = ["jupytext[test]"] +test-integration = ["ipykernel", "jupyter-server (!=2.11)", "jupytext[test-functional]", "nbconvert"] +test-ui = ["calysto-bash"] [[package]] name = "kiwisolver" @@ -4117,4 +4124,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "214774d92f8941a0056daba38bb2db2f0a370f10bc0ea0c0a585adbaa9b6316b" +content-hash = "374fa5eee3bb3c3df303c192c0189530572be920917c215f1ef646201d2c18cc" diff --git a/pyproject.toml b/pyproject.toml index 735b9d7..de4b56f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ flake8 = "6.1.0" healpy = "1.16.6" ipykernel = "6.27.1" jsonargparse = "4.27.1" -jupytext = "1.15.2" +jupytext = "1.16.0" numpy = "1.26.2" onnx = "1.15.0" onnxruntime = "1.16.3"