Skip to content

Build(deps): Bump the python-packages group across 1 directory with 5 updates#6

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-packages-083b33e2f7
Open

Build(deps): Bump the python-packages group across 1 directory with 5 updates#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-packages-083b33e2f7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on sphinx, myst-nb, jupyter-client, nbclient and jupyter-cache to permit the latest version.
Updates sphinx to 8.1.3

Release notes

Sourced from sphinx's releases.

Sphinx 8.1.3

Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html

Bugs fixed

  • #13013: Restore support for cut_lines() with no object type. Patch by Adam Turner.
Changelog

Sourced from sphinx's changelog.

Release 8.1.3 (released Oct 13, 2024)

Bugs fixed

  • #13013: Restore support for :func:!cut_lines with no object type. Patch by Adam Turner.

Release 8.1.2 (released Oct 12, 2024)

Bugs fixed

  • #13012: Expose :exc:sphinx.errors.ExtensionError in sphinx.util for backwards compatibility. This will be removed in Sphinx 9, as exposing the exception in sphinx.util was never intentional. :exc:!ExtensionError has been part of sphinx.errors since Sphinx 0.9. Patch by Adam Turner.

Release 8.1.1 (released Oct 11, 2024)

Bugs fixed

  • #13006: Use the preferred https://www.cve.org/ URL for the :rst:role::cve: <cve> role. Patch by Hugo van Kemenade.
  • #13007: LaTeX: Improve resiliency when the required fontawesome or fontawesome5 packages are not installed. Patch by Jean-François B.

Release 8.1.0 (released Oct 10, 2024)

Dependencies

  • #12756: Add lower-bounds to the sphinxcontrib-* dependencies. Patch by Adam Turner.
  • #12833: Update the LaTeX parskip package from 2001 to 2018. Patch by Jean-François B.

Incompatible changes

  • #12763: Remove unused internal class sphinx.util.Tee.

... (truncated)

Commits

Updates myst-nb to 1.4.0

Release notes

Sourced from myst-nb's releases.

v1.4.0

What's Changed

New Contributors

Full Changelog: executablebooks/MyST-NB@v1.3.0...v1.4.0

Changelog

Sourced from myst-nb's changelog.

v1.4.0 - 2026-03-02

(full changelog)

What's Changed

New Contributors

v1.3.0 - 2025-07-13

(full changelog)

What's Changed

Enhancements made

Maintenance and upkeep improvements

New Contributors

... (truncated)

Commits

Updates jupyter-client to 8.9.1

Release notes

Sourced from jupyter-client's releases.

v8.9.1

8.9.1

(Full Changelog)

Bugs fixed

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​Carreau (activity) | @​fleming79 (activity) | @​krassowski (activity)

Changelog

Sourced from jupyter-client's changelog.

8.9.1

(Full Changelog)

Bugs fixed

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​Carreau (activity) | @​fleming79 (activity) | @​krassowski (activity)

8.9.0

(Full Changelog)

Enhancements made

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​Carreau (activity) | @​JohanMabille (activity) | @​krassowski (activity) | @​minrk (activity)

8.8.0

... (truncated)

Commits

Updates nbclient to 0.11.0

Release notes

Sourced from nbclient's releases.

v0.11.0

0.11.0

(Full Changelog)

Maintenance and upkeep improvements

Other merged PRs

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​a-detiste (activity) | @​Carreau (activity) | @​krassowski (activity) | @​mgorny (activity) | @​minrk (activity) | @​Yann-P (activity)

Changelog

Sourced from nbclient's changelog.

0.11.0

(Full Changelog)

Maintenance and upkeep improvements

Other merged PRs

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​a-detiste (activity) | @​Carreau (activity) | @​krassowski (activity) | @​mgorny (activity) | @​minrk (activity) | @​Yann-P (activity)

0.10.4

(Full Changelog)

Merged PRs

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​davidbrochart (activity) | @​slayoo (activity) | @​YannickJadoul (activity)

0.10.3

(Full Changelog)

Merged PRs

... (truncated)

Commits

Updates jupyter-cache to 1.0.1

Release notes

Sourced from jupyter-cache's releases.

v1.0.1

What's Changed

New Contributors

Full Changelog: executablebooks/jupyter-cache@v1.0.0...v1.0.1

Changelog

Sourced from jupyter-cache's changelog.

CHANGELOG

v0.6.1 2023-04-22

A patch release to fix compatibility with sqlalchemy <1.4.

v0.6.0 2023-04-21

This is a minor release to improve our packaging infrastructure and to support several new versions of dependencies.

Breaking changes

  • ‼️ BREAKING: Drop Python 3.7, add Python 3.11, unpin myst-nb in docs #96 (@​choldgraf)

Updated versions

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​AakashGfude (activity) | @​choldgraf (activity) | @​chrisjsewell (activity) | @​jstac (activity) | @​jzluo (activity) | @​kloczek (activity) | @​pre-commit-ci (activity)

0.5.0 - 2021-01-25

♻️ REFACTOR: package API/CLI/documentation (#74)

This release includes major re-writes to key parts of the package, to improve the user interface, and add additional functionality for reading and executing notebooks.

Key changes:

  1. stage/staging is now rephrased to notebook, plus the addition of project, i.e. you add notebooks to a project, then execute them.
  2. notebook read_data is specified per notebook in the project, allowing for multiple types of file to be read/executed via the CLI (e.g. text-based notebooks via https://jupytext.readthedocs.io). Before, the read functions were passed directly to the API methods.
  3. The executor can be specified with jbcache execute --executor, and a parallel notebook executor has been added.
  4. Improved execution status indicator in jbcache project list and other CLI improvements.
  5. Re-write of documentation, including better front page, with quick start guide and better logo.

Dependencies have also been restructured, such that the CLI dependencies (click, tabulate) are now required, whereas nbdime is now optional (since it is only used for optional notebook diffing).

... (truncated)

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

… updates

Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx), [myst-nb](https://github.com/executablebooks/myst-nb), [jupyter-client](https://github.com/jupyter/jupyter_client), [nbclient](https://github.com/jupyter/nbclient) and [jupyter-cache](https://github.com/executablebooks/jupyter-cache) to permit the latest version.

Updates `sphinx` to 8.1.3
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v5.0.0...v8.1.3)

Updates `myst-nb` to 1.4.0
- [Release notes](https://github.com/executablebooks/myst-nb/releases)
- [Changelog](https://github.com/executablebooks/MyST-NB/blob/main/CHANGELOG.md)
- [Commits](executablebooks/MyST-NB@v0.15.0...v1.4.0)

Updates `jupyter-client` to 8.9.1
- [Release notes](https://github.com/jupyter/jupyter_client/releases)
- [Changelog](https://github.com/jupyter/jupyter_client/blob/main/CHANGELOG.md)
- [Commits](jupyter/jupyter_client@v7.0.0...v8.9.1)

Updates `nbclient` to 0.11.0
- [Release notes](https://github.com/jupyter/nbclient/releases)
- [Changelog](https://github.com/jupyter/nbclient/blob/main/CHANGELOG.md)
- [Commits](jupyter/nbclient@v0.5.13...v0.11.0)

Updates `jupyter-cache` to 1.0.1
- [Release notes](https://github.com/executablebooks/jupyter-cache/releases)
- [Changelog](https://github.com/executablebooks/jupyter-cache/blob/main/CHANGELOG.md)
- [Commits](executablebooks/jupyter-cache@v0.5.0...v1.0.1)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-version: 8.1.3
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: myst-nb
  dependency-version: 1.4.0
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: jupyter-client
  dependency-version: 8.9.1
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: nbclient
  dependency-version: 0.11.0
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: jupyter-cache
  dependency-version: 1.0.1
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants