Skip to content

Bump nbconvert from 7.16.6 to 7.17.1 - #1093

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/nbconvert-7.17.1
Open

Bump nbconvert from 7.16.6 to 7.17.1#1093
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/nbconvert-7.17.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 21, 2026

Copy link
Copy Markdown
Contributor

Bumps nbconvert from 7.16.6 to 7.17.1.

Release notes

Sourced from nbconvert's releases.

v7.17.1

7.17.1

This is a security release, fixing two CVEs:

(full advisories will be published seven days after release, on 2026-04-14).

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep 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)

@​akhmerov (activity) | @​bollwyvl (activity) | @​Carreau (activity) | @​ctcjab (activity) | @​davidbrochart (activity) | @​Ken-B (activity) | @​krassowski (activity) | @​mgeier (activity) | @​minrk (activity) | @​mpacer (activity) | @​MSeal (activity) | @​SylvainCorlay (activity) | @​takluyver (activity) | @​timkpaine (activity)

v7.17.0

7.17.0

(Full Changelog)

Enhancements made

Bugs fixed

... (truncated)

Changelog

Sourced from nbconvert's changelog.

7.17.1

This is a security release, fixing two CVEs:

(full advisories will be published seven days after release, on 2026-04-14).

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep 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)

@​akhmerov (activity) | @​bollwyvl (activity) | @​Carreau (activity) | @​ctcjab (activity) | @​davidbrochart (activity) | @​Ken-B (activity) | @​krassowski (activity) | @​mgeier (activity) | @​minrk (activity) | @​mpacer (activity) | @​MSeal (activity) | @​SylvainCorlay (activity) | @​takluyver (activity) | @​timkpaine (activity)

7.17.0

(Full Changelog)

Enhancements made

Bugs fixed

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.16.6 to 7.17.1.
- [Release notes](https://github.com/jupyter/nbconvert/releases)
- [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md)
- [Commits](jupyter/nbconvert@v7.16.6...v7.17.1)

---
updated-dependencies:
- dependency-name: nbconvert
  dependency-version: 7.17.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 21, 2026
@netlify

netlify Bot commented Apr 21, 2026

Copy link
Copy Markdown

Deploy Preview for neo4j-graph-data-science-client canceled.

Name Link
🔨 Latest commit 066c2d2
🔍 Latest deploy log https://app.netlify.com/projects/neo4j-graph-data-science-client/deploys/69e7bbb8a3f5010008b119a7

FlorentinD added a commit that referenced this pull request Jul 27, 2026
Batches the applicable open dependabot bumps into one commit so that
pyproject.toml and uv.lock stay consistent:

- mypy 2.2.0 -> 2.3.0 (#1178)
- tox 4.56.2 -> 4.58.0 (#1193)
- sphinx 7.3.7 -> 8.1.3 (#1179)
- nbclient 0.10.4 -> 0.11.0 (#1180)
- nbconvert 7.16.6 -> 7.17.1 (#1093)

Verified: ruff, mypy and the unit tests pass; the sphinx API docs still
build with -W. Sphinx 8 changes no rendered output beyond a doctools.js
cache-bust hash and one core aria-label; enum-tools autoenum and
autodoc_pydantic render unchanged. nbconvert produces byte-identical
asciidoc for the tutorial notebooks.

The torch 2.12.1 -> 2.13.0 bump (#1192, #1186) is left out: the PyG wheel
index for torch 2.13.0 ships only pyg_lib, no torch-scatter/torch-sparse
wheels, so notebook-ci would have to build those from source.

Also switch dependabot from the pip to the uv ecosystem, so future PRs
update pyproject.toml and uv.lock together instead of opening duplicate
pip/uv PRs that leave the lockfile stale.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
FlorentinD added a commit that referenced this pull request Jul 27, 2026
Batches the applicable open dependabot bumps into one commit so that
pyproject.toml and uv.lock stay consistent:

- mypy 2.2.0 -> 2.3.0 (#1178)
- tox 4.56.2 -> 4.58.0 (#1193)
- sphinx 7.3.7 -> 8.1.3 (#1179)
- nbclient 0.10.4 -> 0.11.0 (#1180)
- nbconvert 7.16.6 -> 7.17.1 (#1093)

Verified: ruff, mypy and the unit tests pass; the sphinx API docs still
build with -W. Sphinx 8 changes no rendered output beyond a doctools.js
cache-bust hash and one core aria-label; enum-tools autoenum and
autodoc_pydantic render unchanged. nbconvert produces byte-identical
asciidoc for the tutorial notebooks.

The torch 2.12.1 -> 2.13.0 bump (#1192, #1186) is left out: the PyG wheel
index for torch 2.13.0 ships only pyg_lib, no torch-scatter/torch-sparse
wheels, so notebook-ci would have to build those from source.

Also switch dependabot from the pip to the uv ecosystem, so future PRs
update pyproject.toml and uv.lock together instead of opening duplicate
pip/uv PRs that leave the lockfile stale.

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants