Skip to content

BUILD: Update jupytext requirement from <1.17,>=1.16.0 to >=1.16.0,<1.18 #1354

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

Merged
merged 1 commit into from
Jul 10, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 9, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Updates the requirements on jupytext to permit the latest version.

Release notes

Sourced from jupytext's releases.

Version 1.17.2

Fixed

  • The --set-formats argument takes precedence over pre-existing pairing information in the notebook (#1386)

Changed

  • We have removed Python 3.8 from the list of supported Python version, and from the CI, as it has reached its EOL

Added

  • ROOT-flavored C++ notebooks can be paired to .cpp files - thanks to Steven Gardiner for this contribution (#1384)
Changelog

Sourced from jupytext's changelog.

1.17.2 (2025-06-01)

Fixed

  • The --set-formats argument takes precedence over pre-existing pairing information in the notebook (#1386)

Changed

  • We have removed Python 3.8 from the list of supported Python version, and from the CI, as it has reached its EOL

Added

  • ROOT-flavored C++ notebooks can be paired to .cpp files - thanks to Steven Gardiner for this contribution (#1384)

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.

... (truncated)

Commits
  • 1289698 Version 1.17.2
  • edd5b0b Add the text representation for the ROOT cpp example
  • bbe80bb Add handling for ROOT-flavored C++ notebooks that use the ".C" extension
  • 99f2b76 Reproduce and fix an issue with --set-formats (#1389)
  • 7381980 Drop support for Python 3.8
  • 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
  • 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)

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.16.0...v1.17.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 9, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot added dependencies Related with project dependencies maintenance Package and maintenance related labels Jul 9, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jul 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.17%. Comparing base (1645f9f) to head (1d2f077).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1354   +/-   ##
=======================================
  Coverage   76.17%   76.17%           
=======================================
  Files         162      162           
  Lines       23806    23806           
=======================================
  Hits        18135    18135           
  Misses       5671     5671           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Collaborator

@svandenb-dev svandenb-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@svandenb-dev svandenb-dev merged commit d256bb9 into main Jul 10, 2025
21 checks passed
@svandenb-dev svandenb-dev deleted the dependabot/pip/jupytext-gte-1.16.0-and-lt-1.18 branch July 10, 2025 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related with project dependencies maintenance Package and maintenance related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants