executablebooks / MyST-NB

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

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

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 11 months ago

Updates the requirements on jupytext to permit the latest version.

Release notes

Sourced from jupytext's releases.

Version 1.15.0

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
Changelog

Sourced from jupytext's changelog.

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)

Fixed

  • Notebooks with an empty YAML header work (#1070)
  • Double quote strings in R Markdown options can contain single quotes (#1079)
  • The necessary directories are created when paired notebooks are moved to a sub-folder (#1059)
  • Commented quotes are recognized as such (#1060)
  • Jupytext can use either pkg_resources or packaging to parse version numbers (#1085)

1.14.6 (2023-06-04)

Changed

  • This version comes with a build requirement jupyterlab>=3,<4, as the Jupyterlab extension for Jupytext is not compatible with JupyterLab 4 yet (#1054)
  • The JupyterLab extension was released to npm in version 1.3.9.

1.14.5 (2023-02-25)

Added

  • Added Stata as a supported language (#1027) - thanks to Raffaele Mancuso for this contribution
  • Added SAS as a supported language (#1047) - thanks to lawrencet149 for this contribution
  • We have added a series of test to make sure that the main formats support cell tags (#1024)

Fixed

  • When a metadata key is not a valid identifier, a warning is emitted and the metadata is not saved to the text representation (#1042)
  • The CI was fixed by Matthew Feickert (#1035)
  • We now use concurrency to cancel previous runs on the same branch/PR (#1037)
  • We use both codecov.notify.after_n_builds and comment.after_n_builds to get only the final codecov comment

Changed

... (truncated)

Commits
  • 971b1e8 Version 1.15.0
  • 788cdc7 Python 3.12-dev is still experimental
  • c4b7f3d Ignore invalid pyproject.toml files in Jupytext's content manager
  • 1e01281 Update CHANGELOG.md
  • 0e20e78 Update the pre-commit hooks
  • 36eb877 Add support to Pandoc >= 2.11.2
  • a296996 restore notebook toolbar under jlab4 - fix for issue #1107 (#1109)
  • 6747cd6 Publish tagged development versions
  • 6fec68f mark version as 1.15.0.dev1
  • 001ef2d some more tweaks to get the extension to build under jlab3
  • Additional commits viewable in compare view


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 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.