Skip to content

build: bump the doc-deps group across 1 directory with 2 updates #571

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
Apr 30, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps the doc-deps group with 2 updates in the / directory: jupyterlab and jupytext.

Updates jupyterlab from 4.3.6 to 4.4.1

Release notes

Sourced from jupyterlab's releases.

v4.4.1

4.4.1

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​achhina | @​afshin | @​bnavigator | @​brichet | @​Darshan808 | @​davidbrochart | @​DenisaCG | @​dependabot | @​jtpio | @​jupyterlab-probot | @​krassowski | @​pre-commit-ci

v4.4.0

4.4.0

See: https://jupyterlab.readthedocs.io/en/latest/getting_started/changelog.html#v4-4

(Full Changelog)

New features added

Enhancements made

... (truncated)

Commits
  • a0253d2 [ci skip] Publish 4.4.1
  • 431caf5 Bump webpack in /jupyterlab/tests/mock_packages/test-hyphens-underscore (#17495)
  • 9d2d384 Bump webpack in /jupyterlab/tests/mock_packages/test_no_hyphens (#17494)
  • c471326 Fix token extraction for incomplete paths (#17477)
  • 9bc588e Bump @​babel/runtime from 7.21.0 to 7.27.0 (#17491)
  • ca0faeb Fix browser tab name updates when started in single-document mode (#17210)
  • b421955 Fix undo/redo in cells created in none windowing mode (#17486)
  • ea23ac6 Follow changes to stream outputs (#17469)
  • cf437ae Fix handling of the single click navigation (#17475)
  • e1e87d2 Fix incorrect modifications in collaborative save events (#17466)
  • Additional commits viewable in compare view

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 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 added dependencies Related with project dependencies maintenance Package and maintenance related labels Apr 28, 2025
Copy link

codecov bot commented Apr 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.05%. Comparing base (8500882) to head (dfa4da7).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #571   +/-   ##
=======================================
  Coverage   88.05%   88.05%           
=======================================
  Files          38       38           
  Lines        4127     4127           
=======================================
  Hits         3634     3634           
  Misses        493      493           

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

@dependabot dependabot bot force-pushed the dependabot/pip/doc-deps-ef822b26c0 branch from 5500af5 to 8ca0be8 Compare April 29, 2025 13:50
Bumps the doc-deps group with 2 updates in the / directory: [jupyterlab](https://github.com/jupyterlab/jupyterlab) and [jupytext](https://github.com/mwouts/jupytext).


Updates `jupyterlab` from 4.3.6 to 4.4.1
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected])

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: jupyterlab
  dependency-version: 4.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: doc-deps
- dependency-name: jupytext
  dependency-version: 1.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: doc-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/doc-deps-ef822b26c0 branch from 41df6fe to 7fe80cc Compare April 29, 2025 22:03
@StefanThoene StefanThoene merged commit 9ded198 into main Apr 30, 2025
24 checks passed
@StefanThoene StefanThoene deleted the dependabot/pip/doc-deps-ef822b26c0 branch April 30, 2025 06:04
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