Skip to content

build: bump jupytext from 1.16.7 to 1.17.1 in the docs-deps group #1963

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 2 commits into from
May 6, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the docs-deps group with 1 update: jupytext.

Updates jupytext from 1.16.7 to 1.17.1

Release notes

Sourced from jupytext's releases.

Version 1.17.1

Fixed

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

Version 1.17.0

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)

Version 1.17.0rc2

Changed

  • Jupytext's default contents manager is now derived from the asynchronous AsyncLargeFileManager. Thanks to Darshan Poudel for making this finally happen (#1328)!
  • The MyST frontmatter found in MyST Markdown notebooks is now 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 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!

Added

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)

Version 1.17.0rc1

Changed

  • Jupytext's default contents manager is now derived from the asynchronous AsyncLargeFileManager. Thanks to Darshan Poudel for making this finally happen (#1328)!
  • The MyST frontmatter found in MyST Markdown notebooks is now 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 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!

Added

... (truncated)

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)
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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner May 5, 2025 18:27
@dependabot dependabot bot added dependencies Related with project dependencies maintenance Package and maintenance related labels May 5, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/docs-deps-22e7bcc71f branch from 618b5ff to dff10dd Compare May 5, 2025 18:41
Copy link

codecov bot commented May 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.36%. Comparing base (e7c7fd7) to head (2231c4c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1963   +/-   ##
=======================================
  Coverage   90.36%   90.36%           
=======================================
  Files         120      120           
  Lines        9635     9635           
=======================================
  Hits         8707     8707           
  Misses        928      928           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@RobPasMue
Copy link
Member

@dependabot rebase

Bumps the docs-deps group with 1 update: [jupytext](https://github.com/mwouts/jupytext).


Updates `jupytext` from 1.16.7 to 1.17.1
- [Release notes](https://github.com/mwouts/jupytext/releases)
- [Changelog](https://github.com/mwouts/jupytext/blob/main/CHANGELOG.md)
- [Commits](mwouts/jupytext@v1.16.7...v1.17.1)

---
updated-dependencies:
- dependency-name: jupytext
  dependency-version: 1.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docs-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/docs-deps-22e7bcc71f branch from a5caba6 to 848fc82 Compare May 6, 2025 05:48
@pyansys-ci-bot pyansys-ci-bot merged commit c2d0f72 into main May 6, 2025
46 checks passed
@pyansys-ci-bot pyansys-ci-bot deleted the dependabot/pip/docs-deps-22e7bcc71f branch May 6, 2025 06:09
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.

2 participants