Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build(deps): Bump jupytext from 1.15.0 to 1.16.3 #103

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Bumps jupytext from 1.15.0 to 1.16.3.

Release notes

Sourced from jupytext's releases.

Version 1.16.3

Fixed

  • We use inspect to determine whether the current contents manager derives from AsyncContentsManager (which is not supported by Jupytext at the moment). This fixes a compatibility issue with jupyter-fs==1.0.0 (#1239). Thanks to Mahendra Paipuri for this PR!
  • We have fixed a typo when build_jupytext_contents_manager_class can't be imported (#1162)
  • A Python 3.13 deprecation warning was fixed #1241 - thanks to Jerry James
  • We have fixed a typo when build_jupytext_contents_manager_class can't be imported (#1162)
  • Some dependencies of the JupyterLab extensions were updated (#1243, #1245)

Added

  • Lua notebooks are now supported (#1252) - thanks to erentar for this contribution
  • Go notebooks are supported too (#1244)! Many thanks to Jan Pfeifer, author of GoNB, and to HaveF for their help on this topic.
  • Empty prefixes are now allowed in Jupytext format when specified as a dictionary (#1144)

Changed

  • We've had to deactivate the tests on the Quarto format in the CI as the Quarto round trip might now add a Markdown cell to the notebook (#1255)

Version 1.16.2

Added

Changed

  • By default, the JupyterLab extension for Jupytext is not included in the build (set HATCH_BUILD_HOOKS_ENABLE=true to include it). This simplifies the installation of Jupytext in pre-commit hooks (#1210)
  • Temporary text notebooks for the --pipe or --check commands are now created in the notebook directory (#1206)
  • Jupytext uses the standard library tomllib in Python 3.11, or tomli in Python 3.10 or older, to match JupyterLab's dependencies (#1195)
  • The dependencies of the JupyterLab extension were updated (#1216, #1218, #1231)
  • jupytext --sync will not update the timestamp of text notebooks if their content is unchanged (#1215)

Fixed

  • Jupytext is now tested with pandoc>=3.0. Please note that switching to pandoc>=3.0 will add cell ids to your pandoc:md notebooks (#1006)

Version 1.16.1

Changed

Fixed

  • Fixed an issue about unpairing notebooks from the Jupytext Menu (#1197)
  • JupyterLab's dependency follow-redirects was updated from 1.15.3 to 1.15.4 (#1203)

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

... (truncated)

Changelog

Sourced from jupytext's changelog.

1.16.3 (2024-07-09)

Fixed

  • We use inspect to determine whether the current contents manager derives from AsyncContentsManager (which is not supported by Jupytext at the moment). This fixes a compatibility issue with jupyter-fs==1.0.0 (#1239). Thanks to Mahendra Paipuri for this PR!
  • We have fixed a typo when build_jupytext_contents_manager_class can't be imported (#1162)
  • A Python 3.13 deprecation warning was fixed #1241 - thanks to Jerry James
  • We have fixed a typo when build_jupytext_contents_manager_class can't be imported (#1162)
  • Some dependencies of the JupyterLab extensions were updated (#1243, #1245)

Added

  • Lua notebooks are now supported (#1252) - thanks to erentar for this contribution
  • Go notebooks are supported too (#1244)! Many thanks to Jan Pfeifer, author of GoNB, and to HaveF for their help on this topic.
  • Empty prefixes are now allowed in Jupytext format when specified as a dictionary (#1144)

Changed

  • We've had to deactivate the tests on the Quarto format in the CI as the Quarto round trip might now add a Markdown cell to the notebook (#1255)

1.16.2 (2024-05-05)

Added

Changed

  • By default, the JupyterLab extension for Jupytext is not included in the build (set HATCH_BUILD_HOOKS_ENABLE=true to include it). This simplifies the installation of Jupytext in pre-commit hooks (#1210)
  • Temporary text notebooks for the --pipe or --check commands are now created in the notebook directory (#1206)
  • Jupytext uses the standard library tomllib in Python 3.11, or tomli in Python 3.10 or older, to match JupyterLab's dependencies (#1195)
  • The dependencies of the JupyterLab extension were updated (#1216, #1218, #1231)
  • jupytext --sync will not update the timestamp of text notebooks if their content is unchanged (#1215)

Fixed

  • Jupytext is now tested with pandoc>=3.0. Please note that switching to pandoc>=3.0 will add cell ids to your pandoc:md notebooks (#1006)

1.16.1 (2024-01-13)

Changed

Fixed

  • Fixed an issue about unpairing notebooks from the Jupytext Menu (#1197)
  • JupyterLab's dependency follow-redirects was updated from 1.15.3 to 1.15.4 (#1203)

... (truncated)

Commits
  • c0a6dc8 Version 1.16.3
  • 4594d86 Check ContentsManager base class using inspect (#1254)
  • d3d1a3e Deactivate the Quarto tests on the CI for now
  • cda2cb4 Fix re.split DeprecationWarning (#1241)
  • ce74c51 Add support for the Go language (#1250)
  • 508f4ea Allow an empty prefix in format dict
  • 29a979f build(deps): bump braces from 3.0.2 to 3.0.3 in /jupyterlab
  • 4e95b2c Fix a typo when build_jupytext_contents_manager_class (#1253)
  • a9131de Add the text version of the lua example notebook
  • 666c1f0 Add language support for Lua
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 15, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/jupytext-1.16.3 branch 2 times, most recently from 4dcc33b to 8fad195 Compare July 29, 2024 22:10
Bumps [jupytext](https://github.com/mwouts/jupytext) from 1.15.0 to 1.16.3.
- [Release notes](https://github.com/mwouts/jupytext/releases)
- [Changelog](https://github.com/mwouts/jupytext/blob/main/CHANGELOG.md)
- [Commits](mwouts/jupytext@v1.15.0...v1.16.3)

---
updated-dependencies:
- dependency-name: jupytext
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/jupytext-1.16.3 branch from 8fad195 to 1c19802 Compare July 30, 2024 09:45
Copy link
Author

dependabot bot commented on behalf of github Aug 2, 2024

Superseded by #113.

@dependabot dependabot bot closed this Aug 2, 2024
@dependabot dependabot bot deleted the dependabot/pip/jupytext-1.16.3 branch August 2, 2024 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants