Skip to content

build: bump jupytext from 1.16.2 to 1.16.3 in the docs-deps group#1300

Merged
pyansys-ci-bot merged 2 commits into
mainfrom
dependabot/pip/docs-deps-a59ab730f4
Jul 12, 2024
Merged

build: bump jupytext from 1.16.2 to 1.16.3 in the docs-deps group#1300
pyansys-ci-bot merged 2 commits into
mainfrom
dependabot/pip/docs-deps-a59ab730f4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 12, 2024

Copy link
Copy Markdown
Contributor

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

Updates jupytext from 1.16.2 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)
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)
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 <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

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


Updates `jupytext` from 1.16.2 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.16.2...v1.16.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from a team as a code owner July 12, 2024 15:21
@dependabot dependabot Bot added dependencies Related with project dependencies maintenance Package and maintenance related labels Jul 12, 2024
pyansys-ci-bot
pyansys-ci-bot previously approved these changes Jul 12, 2024
@pyansys-ci-bot pyansys-ci-bot enabled auto-merge (squash) July 12, 2024 15:21
@codecov

codecov Bot commented Jul 12, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.07%. Comparing base (0121f52) to head (17f6bf8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1300   +/-   ##
=======================================
  Coverage   92.07%   92.07%           
=======================================
  Files          85       85           
  Lines        6598     6598           
=======================================
  Hits         6075     6075           
  Misses        523      523           

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

@pyansys-ci-bot pyansys-ci-bot merged commit f95fe8f into main Jul 12, 2024
@pyansys-ci-bot pyansys-ci-bot deleted the dependabot/pip/docs-deps-a59ab730f4 branch July 12, 2024 15:44
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.

1 participant