Skip to content

Commit 5607b09

Browse files
[Internal] Update ipython requirement from <9,>=8 to >=8,<10 (#908)
Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ipython/ipython/commit/d64897cf070ac6f8d75d84fd31f7ddccc1c7adfc"><code>d64897c</code></a> release 9.0.1</li> <li><a href="https://github.com/ipython/ipython/commit/77be8351c92adcb6fc00b77e5fa98bed2ec8929f"><code>77be835</code></a> Partial readd of termcolors to please ipyparallel. (<a href="https://redirect.github.com/ipython/ipython/issues/14814">#14814</a>)</li> <li><a href="https://github.com/ipython/ipython/commit/343d43da35d587cd95856e2f5582e6eac53e3b57"><code>343d43d</code></a> Try to fix <a href="https://redirect.github.com/ipython/ipython/issues/4811">#4811</a> (crash ipdb) (<a href="https://redirect.github.com/ipython/ipython/issues/14813">#14813</a>)</li> <li><a href="https://github.com/ipython/ipython/commit/b28af9b132d2f7173b3af00b58ee02f5b45309a2"><code>b28af9b</code></a> Partial readd of termcolors to please ipyparallel.</li> <li><a href="https://github.com/ipython/ipython/commit/b82061c2d6a4273f1b9f6245b442a5c4d637a27d"><code>b82061c</code></a> Try to fix <a href="https://redirect.github.com/ipython/ipython/issues/4811">#4811</a>.</li> <li><a href="https://github.com/ipython/ipython/commit/d627d00585e9bba697caf8155ebcb7fe70e0a181"><code>d627d00</code></a> 9.x autoreload fix (<a href="https://redirect.github.com/ipython/ipython/issues/14807">#14807</a>)</li> <li><a href="https://github.com/ipython/ipython/commit/ec6f9f72bb64cb8854e5657b6b84fce85423e52f"><code>ec6f9f7</code></a> fix: add <strong>init</strong> so dedupereload is properly included in build</li> <li><a href="https://github.com/ipython/ipython/commit/f5661a01d16a76e32bbc66791c8957e091759a53"><code>f5661a0</code></a> back to dev</li> <li><a href="https://github.com/ipython/ipython/commit/7bcd52a30d88716a868f1ce7eb5a32c8b6692125"><code>7bcd52a</code></a> release 9.0.0</li> <li><a href="https://github.com/ipython/ipython/commit/9e067fb012bd43d5500b2d04544f754bb1839da9"><code>9e067fb</code></a> update what's new version 9 + windows fixes (<a href="https://redirect.github.com/ipython/ipython/issues/14805">#14805</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ipython/ipython/compare/8.0.0...9.0.1">compare view</a></li> </ul> </details> <br /> 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 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 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> NO_CHANGELOG=true Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Renaud Hartert <[email protected]>
1 parent ea3d2b5 commit 5607b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dev = [
5555
"build", # some integration tests depend on the databricks-sdk-py wheel
5656
]
5757
notebook = [
58-
"ipython>=8,<9",
58+
"ipython>=8,<10",
5959
"ipywidgets>=8,<9",
6060
]
6161
openai = [

0 commit comments

Comments
 (0)