Skip to content

Commit 68cfe9e

Browse files
build(deps-dev): bump ipython from 8.38.0 to 9.10.0 (#207)
Bumps [ipython](https://github.com/ipython/ipython) from 8.38.0 to 9.10.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ipython/ipython/commit/178fef723dc3dd6e9b4545041a25508232319928"><code>178fef7</code></a> release 9.10.0</li> <li><a href="https://github.com/ipython/ipython/commit/5bc8c9941de854b0b763d3cc00e2be2524f16539"><code>5bc8c99</code></a> what's new in 9.10 (<a href="https://redirect.github.com/ipython/ipython/issues/15120">#15120</a>)</li> <li><a href="https://github.com/ipython/ipython/commit/7188bbfb2939bd17ac638813c11b5b8b51d791aa"><code>7188bbf</code></a> whatsnew 9.10</li> <li><a href="https://github.com/ipython/ipython/commit/3e5f4a078412dcfb917f6fd5a1617456880f68b5"><code>3e5f4a0</code></a> Add debug info for autoreload. (<a href="https://redirect.github.com/ipython/ipython/issues/15118">#15118</a>)</li> <li><a href="https://github.com/ipython/ipython/commit/d791458a54351d8baa63576c4883b379471cb18e"><code>d791458</code></a> Add debug info for autoreload.</li> <li><a href="https://github.com/ipython/ipython/commit/8a5b3bf432555e04ab61db9827c224e619f85448"><code>8a5b3bf</code></a> fix: bug#15089 - Removing leading indentation (<a href="https://redirect.github.com/ipython/ipython/issues/15110">#15110</a>)</li> <li><a href="https://github.com/ipython/ipython/commit/7dbbd2437bec4ae4e8304aeb5f00fd1ed0cb421f"><code>7dbbd24</code></a> Stop HistorySavingThread before fork (<a href="https://redirect.github.com/ipython/ipython/issues/15115">#15115</a>)</li> <li><a href="https://github.com/ipython/ipython/commit/e6026949304ca8a415fecdd89f75a5fbd9dd7e57"><code>e602694</code></a> Register a single classmethod to stop threads for all HistoryManager instances</li> <li><a href="https://github.com/ipython/ipython/commit/add29df31ee26d19b74beef961cbedb965d439ac"><code>add29df</code></a> fix typing</li> <li><a href="https://github.com/ipython/ipython/commit/e3c66c0bc8469a426a0d026fa6d7cd2d4833e987"><code>e3c66c0</code></a> conditional register_at_fork</li> <li>Additional commits viewable in <a href="https://github.com/ipython/ipython/compare/8.38.0...9.10.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ipython&package-manager=uv&previous-version=8.38.0&new-version=9.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e25316 commit 68cfe9e

2 files changed

Lines changed: 19 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ websockets = ["websockets>=14.2,<15"]
5757
dev = [
5858
"hatch>=1.14.1",
5959
"hatch-vcs>=0.5.0",
60-
"ipython>=8.26,<9",
60+
"ipython>=8.26,<10",
6161
"ipywidgets>=8.1.5,<9",
6262
"jupyterlab>=4.2,<5",
6363
"licensecheck>=2025.1.0",

uv.lock

Lines changed: 18 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)