executablebooks / MyST-NB

Parse and execute ipynb files in Sphinx
https://myst-nb.readthedocs.io
BSD 3-Clause "New" or "Revised" License
200 stars 80 forks source link

build(deps-dev): update jupytext requirement from <1.16.0,>=1.11.2 to >=1.11.2,<1.17.0 #573

Open dependabot[bot] opened 7 months ago

dependabot[bot] commented 7 months ago

Updates the requirements on jupytext to permit the latest version.

Release notes

Sourced from jupytext's releases.

Version 1.16.0

Added

  • The Jupytext Menu is back! And text notebooks can be created directly from the launcher. This is an outstanding contribution by Mahendra Paipuri (#1154, #1163). This requires JupyterLab 4.x or Jupyter Notebook 7.x.

Changed

  • Jupytext is now configured with pyproject.toml and built with hatch. The layout has been reorganised to follow src-layout (#1140). This is another outstanding contribution by Mahendra Paipuri.
  • The tests are now part of the sdist. They have been reorganized into unit/functional/integration/external (#1167, #1173).
  • The legacy extension for Jupyter Notebook <=6 (the Jupytext Menu) has been removed.

Fixed

  • The bibliography section in Rmd files does not become a code cell anymore (#1161)
  • Commented code in active-py cells is not uncommented anymore (#1131)
  • The test coverage has been restored (#1167, #1173)
  • We test Jupytext against the pre-release version of JupyterLab, and other dependencies (#1168)
Changelog

Sourced from jupytext's changelog.

1.16.0 (2023-12-03)

Added

  • The Jupytext Menu is back! And text notebooks can be created directly from the launcher. This is an outstanding contribution by Mahendra Paipuri (#1154, #1163). This requires JupyterLab 4.x or Jupyter Notebook 7.x.

Changed

  • Jupytext is now configured with pyproject.toml and built with hatch. The layout has been reorganised to follow src-layout (#1140). This is another outstanding contribution by Mahendra Paipuri.
  • The tests are now part of the sdist. They have been reorganized into unit/functional/integration/external (#1167, #1173).
  • The legacy extension for Jupyter Notebook <=6 (the Jupytext Menu) has been removed.

Fixed

  • The bibliography section in Rmd files does not become a code cell anymore (#1161)
  • Commented code in active-py cells is not uncommented anymore (#1131)
  • The test coverage has been restored (#1167, #1173)
  • We test Jupytext against the pre-release version of JupyterLab, and other dependencies (#1168)

1.15.2 (2023-09-16)

Added

1.15.1 (2023-08-26)

Added

  • We have added a new command line interface jupytext-config that you can use to set Jupytext as the default viewer for text notebooks in Jupyter Lab and Jupyter Notebook 7. Thanks to Thierry Parmentelat for this contribution! (#1094)

1.15.0 (2023-07-30)

Changed

  • This version comes with a version of the JupyterLab extension that is compatible with JupyterLab 4.x. Many thanks to Thierry Parmentelat for his PRs! (#1092, #1109)
  • Pandoc 3.0 is now supported, thanks to Raniere Silva for his PR (#1099)
  • We have reorganized the documentation and the README.md (#1031, #1073)
  • Invalid pyproject.toml files will be ignored by Jupytext in Jupyter (#1103)
  • We have updated the pre-commit tools

1.14.7 (2023-06-29)

Changed

  • We have updated the GitHub workflows - thanks to Matthew Feickert and to Cristian Le for their help on this subject (#1037)
  • We have removed the upper bound on markdown-it-py<3. Now we test Jupytext with markdown-it-py in versions 2.x and 3.x on the CI (#1075)

... (truncated)

Commits


You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.