Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2025

Updates the requirements on jupytext to permit the latest version.

Release notes

Sourced from jupytext's releases.

Version 1.17.1

Fixed

  • Renaming files other than notebooks will not load their content (#1376)
Changelog

Sourced from jupytext's changelog.

1.17.1 (2025-04-26)

Fixed

  • Renaming files other than notebooks will not load their content (#1376)

1.17.0 (2025-04-05)

Added

  • The MyST frontmatter found in MyST Markdown notebooks can be mapped to a YAML header at the top of the Jupyter notebook. This way MyST notebooks in either the md:myst or ipynb format can be used with MyST. Thanks to Ian Carroll for proposing and implementing this change (#1314)
  • The context menu has a "New Text Notebook" entry. Thanks to Mahendra Paipuri for this PR (#1365)!

Changed

  • Jupytext's default contents manager is now derived from the asynchronous AsyncLargeFileManager. Thanks to Darshan Poudel for making this finally happen (#1328)!
  • The percent format is now the default format for scripts. If you run jupytext --to py notebook.ipynb you now get a py:percent script (use --to py:light for the light format) #1201
  • The rst2md conversion now works with sphinx-gallery>=0.8. Thanks to Thomas J. Fan for fixing this! (#1334)
  • We have updated the JupyterLab extension dependencies (#1300, #1355, #1360). Thanks to Mahendra Paipuri for these PRs!

Fixed

  • We have added and fixed round trip tests on MyST Markdown notebooks (#759, #789, #1267, #1317)
  • The --quiet option now works with the --pipe mode of Jupytext CLI (#1305)
  • Jupytext is now compatible with the cell toolbar extension - thanks to Nicolas Brichet for the fix! (#1358)
  • The project description on PyPI now uses absolute links (#1287)

1.16.7 (2025-02-09)

Added

  • Logtalk notebooks are now supported (#1308) - thanks to Paulo Moura for this contribution

Fixed We have updated the dependencies of the JupyterLab extension to address security issues.

1.16.6 (2024-12-16)

Fixed

  • We fixed a "File Changed" warning when saving notebooks (#1301)

Changed

  • The original file name is easier to infer from the tmp file name in pre-commit hooks (#1289) - thanks to Lunin Leonid for making this change.

1.16.5 (2024-12-15)

... (truncated)

Commits
  • ca731ef Skip failing test
  • 94a3433 Don't open the file to be renamed
  • 518ab60 Version 1.17.0
  • 22b0d5d Fix the conda badge
  • 4cf9be6 Order the notebook metadata for consistency with v1.16
  • b0f97c7 replace from_nbnode with SafeRepresenter
  • fe7c793 Version 1.17.0rc2
  • 5eb5bd7 updates to the root_level_metadata_filter config handling (#1368)
  • 3f01860 Fix publish error
  • 33bb476 Use a metadata hook to provide absolute links on PyPI
  • Additional commits viewable in compare view

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 requested a review from Borda May 1, 2025 08:14
@dependabot dependabot bot added the enhancement New feature or request label May 1, 2025
@dependabot dependabot bot requested a review from ethanwharris as a code owner May 1, 2025 08:14
@Borda
Copy link
Contributor

Borda commented May 1, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot-pip-jupytext-gte-1.10-and-lt-1.18 branch from 21903f3 to 72c4293 Compare May 1, 2025 09:17
@Borda Borda enabled auto-merge (squash) May 1, 2025 09:45
Updates the requirements on [jupytext](https://github.com/mwouts/jupytext) to permit the latest version.
- [Release notes](https://github.com/mwouts/jupytext/releases)
- [Changelog](https://github.com/mwouts/jupytext/blob/main/CHANGELOG.md)
- [Commits](mwouts/jupytext@v1.10.0...v1.17.1)

---
updated-dependencies:
- dependency-name: jupytext
  dependency-version: 1.17.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-pip-jupytext-gte-1.10-and-lt-1.18 branch from 72c4293 to 0e7f22b Compare May 1, 2025 10:19
@Borda Borda merged commit bd0b6eb into main May 1, 2025
37 checks passed
@Borda Borda deleted the dependabot-pip-jupytext-gte-1.10-and-lt-1.18 branch May 1, 2025 11:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant