Skip to content
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

build: bump the docs-deps group with 2 updates #1187

Merged
merged 2 commits into from
May 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps the docs-deps group with 2 updates: pyvista[jupyter] and jupytext.

Updates pyvista[jupyter] from 0.43.6 to 0.43.7

Release notes

Sourced from pyvista[jupyter]'s releases.

v0.43.7

Patch release with the following fixes/quality of life changes. This being a patch fix, there are no API changes.

What's Changed

Full Changelog: pyvista/pyvista@v0.43.6...v0.43.7

Commits

Updates jupytext from 1.16.1 to 1.16.2

Release notes

Sourced from jupytext's releases.

Version 1.16.2

Added

Changed

  • By default, the JupyterLab extension for Jupytext is not included in the build (set HATCH_BUILD_HOOKS_ENABLE=true to include it). This simplifies the installation of Jupytext in pre-commit hooks (#1210)
  • Temporary text notebooks for the --pipe or --check commands are now created in the notebook directory (#1206)
  • Jupytext uses the standard library tomllib in Python 3.11, or tomli in Python 3.10 or older, to match JupyterLab's dependencies (#1195)
  • The dependencies of the JupyterLab extension were updated (#1216, #1218, #1231)
  • jupytext --sync will not update the timestamp of text notebooks if their content is unchanged (#1215)

Fixed

  • Jupytext is now tested with pandoc>=3.0. Please note that switching to pandoc>=3.0 will add cell ids to your pandoc:md notebooks (#1006)
Changelog

Sourced from jupytext's changelog.

1.16.2 (2024-05-05)

Added

Changed

  • By default, the JupyterLab extension for Jupytext is not included in the build (set HATCH_BUILD_HOOKS_ENABLE=true to include it). This simplifies the installation of Jupytext in pre-commit hooks (#1210)
  • Temporary text notebooks for the --pipe or --check commands are now created in the notebook directory (#1206)
  • Jupytext uses the standard library tomllib in Python 3.11, or tomli in Python 3.10 or older, to match JupyterLab's dependencies (#1195)
  • The dependencies of the JupyterLab extension were updated (#1216, #1218, #1231)
  • jupytext --sync will not update the timestamp of text notebooks if their content is unchanged (#1215)

Fixed

  • Jupytext is now tested with pandoc>=3.0. Please note that switching to pandoc>=3.0 will add cell ids to your pandoc:md notebooks (#1006)
Commits

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 2 updates: [pyvista[jupyter]](https://github.com/pyvista/pyvista) and [jupytext](https://github.com/mwouts/jupytext).


Updates `pyvista[jupyter]` from 0.43.6 to 0.43.7
- [Release notes](https://github.com/pyvista/pyvista/releases)
- [Commits](pyvista/pyvista@v0.43.6...v0.43.7)

Updates `jupytext` from 1.16.1 to 1.16.2
- [Release notes](https://github.com/mwouts/jupytext/releases)
- [Changelog](https://github.com/mwouts/jupytext/blob/main/CHANGELOG.md)
- [Commits](mwouts/jupytext@v1.16.1...v1.16.2)

---
updated-dependencies:
- dependency-name: pyvista[jupyter]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docs-deps
- 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 added dependencies Related with project dependencies maintenance Package and maintenance related labels May 6, 2024
@dependabot dependabot bot requested a review from a team as a code owner May 6, 2024 06:15
pyansys-ci-bot
pyansys-ci-bot previously approved these changes May 6, 2024
@pyansys-ci-bot pyansys-ci-bot enabled auto-merge (squash) May 6, 2024 06:16
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.59%. Comparing base (c807809) to head (729bd85).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1187   +/-   ##
=======================================
  Coverage   90.59%   90.59%           
=======================================
  Files          93       93           
  Lines        7015     7015           
=======================================
  Hits         6355     6355           
  Misses        660      660           

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

@pyansys-ci-bot pyansys-ci-bot merged commit 4c1797b into main May 6, 2024
32 of 37 checks passed
@pyansys-ci-bot pyansys-ci-bot deleted the dependabot/pip/docs-deps-f0f35ec24b branch May 6, 2024 07:16
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.

None yet

2 participants