Skip to content

deps: bump the notebook-stack group with 8 updates - #135

Merged
jcharkow merged 3 commits into
mainfrom
dependabot/pip/notebook-stack-775ae02969
Jan 20, 2026
Merged

deps: bump the notebook-stack group with 8 updates#135
jcharkow merged 3 commits into
mainfrom
dependabot/pip/notebook-stack-775ae02969

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the notebook-stack group with 8 updates:

Package From To
decorator 5.1.1 5.2.1
ipython 8.31.0 8.38.0
jupyter-client 8.6.3 8.8.0
nbclient 0.10.2 0.10.4
nbconvert 7.16.5 7.16.6
parso 0.8.4 0.8.5
platformdirs 4.3.6 4.5.1
prompt-toolkit 3.0.48 3.0.52

Updates decorator from 5.1.1 to 5.2.1

Changelog

Sourced from decorator's changelog.

5.2.1 (2025-02-24)

Shiv Krishna Jaiswal suggested how to manage che case of functions without name. Michał Górny contributed a fix for the generation of the source package.

5.2.0 (2025-02-22)

Changed the build procedure to use pyproject.toml and moved the tests outside of the generated wheel/tarball.

Added official support for Python 3.11, 3.12, 3.13 (thanks to Hugo van Kemenade).

Dropped official support for Python < 3.8: the module is expected to work on older Python versions, but I cannot test such versions on GitHub actions, so I cannot claim that it is officially supported.

Dafu Wu provided support for decorating partial functions, i.e. functions wrapped by functools.partial.

Commits

Updates ipython from 8.31.0 to 8.38.0

Commits

Updates jupyter-client from 8.6.3 to 8.8.0

Release notes

Sourced from jupyter-client's releases.

v8.8.0

8.8.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) | @​ccordoba12 (activity) | @​fleming79 (activity) | @​henryiii (activity) | @​JohanMabille (activity) | @​krassowski (activity) | @​minrk (activity) | @​rgbkrk (activity) | @​SylvainCorlay (activity)

v8.7.0

8.7.0

(Full Changelog)

Enhancements made

... (truncated)

Changelog

Sourced from jupyter-client's changelog.

8.8.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) | @​ccordoba12 (activity) | @​fleming79 (activity) | @​henryiii (activity) | @​JohanMabille (activity) | @​krassowski (activity) | @​minrk (activity) | @​rgbkrk (activity) | @​SylvainCorlay (activity)

8.7.0

(Full Changelog)

Enhancements made

Bugs fixed

  • don't include link-local addresses (169.254) in public_ips #1040 (@​minrk)
  • jupyter-run: avoid traceback for NoSuchKernel #994 (@​minrk)

... (truncated)

Commits

Updates nbclient from 0.10.2 to 0.10.4

Release notes

Sourced from nbclient's releases.

v0.10.4

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)

v0.10.3

0.10.3

(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) | @​dgrahn (activity) | @​drorspei (activity)

Changelog

Sourced from nbclient's changelog.

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

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) | @​dgrahn (activity) | @​drorspei (activity)

Commits

Updates nbconvert from 7.16.5 to 7.16.6

Release notes

Sourced from nbconvert's releases.

v7.16.6

7.16.6

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​Carreau | @​douglas-raillard-arm | @​gabemorris12 | @​krassowski | @​PetalAdrift | @​peytondmurray | @​QuLogic

Changelog

Sourced from nbconvert's changelog.

7.16.6

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​Carreau | @​douglas-raillard-arm | @​gabemorris12 | @​krassowski | @​PetalAdrift | @​peytondmurray | @​QuLogic

Commits

Updates parso from 0.8.4 to 0.8.5

Changelog

Sourced from parso's changelog.

0.8.5 (2025-08-23) ++++++++++++++++++

  • Add a fallback grammar for Python 3.14+
Commits
  • be9f5a4 Prepare release 0.8.5
  • 7e4777b Merge pull request #234 from A5rocks/future-compatibility
  • e99dbdd Remove redundant warnings import
  • e22dc67 Avoid warning
  • baa3c90 Load newest grammar in face of a future grammar
  • 23b1cdf Drop Python 3.7 in CI
  • a73af5c Fix pip install -e in docs
  • 9328cff Update classifiers in setup.py (#230)
  • f670e6e ENH: add grammar file for py314 (#229)
  • 338a576 Updated readme installation documentation, now we can copy it easier (#228)
  • Additional commits viewable in compare view

Updates platformdirs from 4.3.6 to 4.5.1

Release notes

Sourced from platformdirs's releases.

4.5.1

What's Changed

Full Changelog: tox-dev/platformdirs@4.5.0...4.5.1

4.5.0

What's Changed

New Contributors

Full Changelog: tox-dev/platformdirs@4.4.0...4.5.0

4.4.0

What's Changed

New Contributors

Full Changelog: tox-dev/platformdirs@4.3.8...4.4.0

4.3.8

What's Changed

New Contributors

Full Changelog: tox-dev/platformdirs@4.3.7...4.3.8

... (truncated)

Commits

Updates prompt-toolkit from 3.0.48 to 3.0.52

Release notes

Sourced from prompt-toolkit's releases.

3.0.52

New features:

  • Add choice() shortcut for selecting an option amongst a list of choices (see documentation for examples).
  • Add support for ANSI dim text formatting.
  • Add frame=... option for prompt() and choice() shortcuts to allow for displaying a frame around the input prompt.

Fixes:

  • Fix button width when non English characters are displayed.
  • Implement flushing in Windows VT100 input.
  • Fix signal handling for GraalPy.
  • Fix handling of zero sized dimensions.

3.0.51

New features:

  • Use pyproject.toml instead of setup.py.

Fixes:

  • Fix edge case in formatted_text.split_lines when the input starts with a line ending.

3.0.50

Fixes:

  • Fixes non user impacting regression on the output rendering. Don't render cursor hide/show ANSI escape codes if not needed.

3.0.49

New features:

  • On Windows, use virtual terminal input when available.
  • Support for multiline suggestions.

Fixes:

  • Handle InvalidStateError during termination when using run_in_terminal/patch_stdout. This can happen in some cases during cancellation, probably when using anyio.
  • Fix cursor that remains in hidden state when the application exits. This can happen when the application doesn't show the cursor and erase_when_done is being used.

Breaking changes:

  • Drop support for Python 3.7
Changelog

Sourced from prompt-toolkit's changelog.

3.0.52: 2025-08-27

New features:

  • Add choice() shortcut for selecting an option amongst a list of choices (see documentation for examples).
  • Add support for ANSI dim text formatting.
  • Add frame=... option for prompt() and choice() shortcuts to allow for displaying a frame around the input prompt.

Fixes:

  • Fix button width when non English characters are displayed.
  • Implement flushing in Windows VT100 input.
  • Fix signal handling for GraalPy.
  • Fix handling of zero sized dimensions.

3.0.51: 2025-04-15

New features:

  • Use pyproject.toml instead of setup.py.

Fixes:

  • Fix edge case in formatted_text.split_lines when the input starts with a line ending.

3.0.50: 2025-01-20

Fixes:

  • Fixes non user impacting regression on the output rendering. Don't render cursor hide/show ANSI escape codes if not needed.

3.0.49: 2025-01-20

New features:

  • On Windows, use virtual terminal input when available.
  • Support for multiline suggestions.

Fixes:

  • Handle InvalidStateError during termination when using run_in_terminal/patch_stdout. This can happen in some cases during cancellation, probably when using anyio.
  • Fix cursor that remains in hidden state when the application exits. This can happen when the application doesn't show the cursor and erase_when_done is being used.

Breaking changes:

... (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 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 Pull requests that update a dependency file python Pull requests that update python code labels Jan 13, 2026
@coderabbitai

coderabbitai Bot commented Jan 13, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@dependabot
dependabot Bot force-pushed the dependabot/pip/notebook-stack-775ae02969 branch 2 times, most recently from 632700d to 2de9fe3 Compare January 17, 2026 16:30
@github-actions

Copy link
Copy Markdown
Contributor

📖 Documentation Preview

The documentation for this PR has been built and is available at:
🔗 View Preview

This preview will be updated automatically when you push new commits to this PR.


Preview built from commit: 6dfd58e

github-actions Bot added a commit that referenced this pull request Jan 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/notebook-stack-775ae02969 branch from 2de9fe3 to 6a63117 Compare January 17, 2026 16:34
@github-actions

Copy link
Copy Markdown
Contributor

📖 Documentation Preview

The documentation for this PR has been built and is available at:
🔗 View Preview

This preview will be updated automatically when you push new commits to this PR.


Preview built from commit: e4b860f

github-actions Bot added a commit that referenced this pull request Jan 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/notebook-stack-775ae02969 branch from 6a63117 to d0d3e7a Compare January 17, 2026 16:39
@github-actions

Copy link
Copy Markdown
Contributor

📖 Documentation Preview

The documentation for this PR has been built and is available at:
🔗 View Preview

This preview will be updated automatically when you push new commits to this PR.


Preview built from commit: 8c0bb16

github-actions Bot added a commit that referenced this pull request Jan 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/notebook-stack-775ae02969 branch from d0d3e7a to 4f9c9be Compare January 17, 2026 16:44
@github-actions

Copy link
Copy Markdown
Contributor

📖 Documentation Preview

The documentation for this PR has been built and is available at:
🔗 View Preview

This preview will be updated automatically when you push new commits to this PR.


Preview built from commit: 48edbd9

github-actions Bot added a commit that referenced this pull request Jan 17, 2026
Bumps the notebook-stack group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [decorator](https://github.com/micheles/decorator) | `5.1.1` | `5.2.1` |
| [ipython](https://github.com/ipython/ipython) | `8.31.0` | `8.38.0` |
| [jupyter-client](https://github.com/jupyter/jupyter_client) | `8.6.3` | `8.8.0` |
| [nbclient](https://github.com/jupyter/nbclient) | `0.10.2` | `0.10.4` |
| [nbconvert](https://github.com/jupyter/nbconvert) | `7.16.5` | `7.16.6` |
| [parso](https://github.com/davidhalter/parso) | `0.8.4` | `0.8.5` |
| [platformdirs](https://github.com/tox-dev/platformdirs) | `4.3.6` | `4.5.1` |
| [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) | `3.0.48` | `3.0.52` |


Updates `decorator` from 5.1.1 to 5.2.1
- [Release notes](https://github.com/micheles/decorator/releases)
- [Changelog](https://github.com/micheles/decorator/blob/5.2.1/CHANGES.md)
- [Commits](micheles/decorator@5.1.1...5.2.1)

Updates `ipython` from 8.31.0 to 8.38.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.31.0...8.38.0)

Updates `jupyter-client` from 8.6.3 to 8.8.0
- [Release notes](https://github.com/jupyter/jupyter_client/releases)
- [Changelog](https://github.com/jupyter/jupyter_client/blob/main/CHANGELOG.md)
- [Commits](jupyter/jupyter_client@v8.6.3...v8.8.0)

Updates `nbclient` from 0.10.2 to 0.10.4
- [Release notes](https://github.com/jupyter/nbclient/releases)
- [Changelog](https://github.com/jupyter/nbclient/blob/main/CHANGELOG.md)
- [Commits](jupyter/nbclient@v0.10.2...v0.10.4)

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

Updates `parso` from 0.8.4 to 0.8.5
- [Changelog](https://github.com/davidhalter/parso/blob/master/CHANGELOG.rst)
- [Commits](davidhalter/parso@v0.8.4...v0.8.5)

Updates `platformdirs` from 4.3.6 to 4.5.1
- [Release notes](https://github.com/tox-dev/platformdirs/releases)
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst)
- [Commits](tox-dev/platformdirs@4.3.6...4.5.1)

Updates `prompt-toolkit` from 3.0.48 to 3.0.52
- [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases)
- [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/main/CHANGELOG)
- [Commits](prompt-toolkit/python-prompt-toolkit@3.0.48...3.0.52)

---
updated-dependencies:
- dependency-name: decorator
  dependency-version: 5.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: notebook-stack
- dependency-name: ipython
  dependency-version: 8.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: notebook-stack
- dependency-name: jupyter-client
  dependency-version: 8.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: notebook-stack
- dependency-name: nbclient
  dependency-version: 0.10.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: notebook-stack
- dependency-name: nbconvert
  dependency-version: 7.16.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: notebook-stack
- dependency-name: parso
  dependency-version: 0.8.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: notebook-stack
- dependency-name: platformdirs
  dependency-version: 4.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: notebook-stack
- dependency-name: prompt-toolkit
  dependency-version: 3.0.52
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: notebook-stack
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/notebook-stack-775ae02969 branch from 4f9c9be to 5f350da Compare January 17, 2026 17:04
@github-actions

Copy link
Copy Markdown
Contributor

📖 Documentation Preview

The documentation for this PR has been built and is available at:
🔗 View Preview

This preview will be updated automatically when you push new commits to this PR.


Preview built from commit: cff593e

github-actions Bot added a commit that referenced this pull request Jan 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

📖 Documentation Preview

The documentation for this PR has been built and is available at:
🔗 View Preview

This preview will be updated automatically when you push new commits to this PR.


Preview built from commit: 6e70c92

singjc pushed a commit that referenced this pull request Jan 19, 2026
@github-actions

Copy link
Copy Markdown
Contributor

📖 Documentation Preview

The documentation for this PR has been built and is available at:
🔗 View Preview

This preview will be updated automatically when you push new commits to this PR.


Preview built from commit: ebb7e7e

github-actions Bot added a commit that referenced this pull request Jan 20, 2026
@jcharkow
jcharkow merged commit bbcd519 into main Jan 20, 2026
10 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/notebook-stack-775ae02969 branch January 20, 2026 21:01
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.

1 participant