Skip to content

Commit

Permalink
Bump ipython from 8.29.0 to 8.30.0 (#1679)
Browse files Browse the repository at this point in the history
Bumps [ipython](https://github.com/ipython/ipython) from 8.29.0 to
8.30.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ipython/ipython/commit/a8541f5c2283ecc148f949ea2127883f9e164297"><code>a8541f5</code></a>
release 8.30.0</li>
<li><a
href="https://github.com/ipython/ipython/commit/0bbf70c5f8f71d0873b2225928100f8f51f6a804"><code>0bbf70c</code></a>
misc headers fixes and whatsnew 8.30 (<a
href="https://redirect.github.com/ipython/ipython/issues/14588">#14588</a>)</li>
<li><a
href="https://github.com/ipython/ipython/commit/a8810c6c02e9a190beec557aef0ca5cb8a4eeeba"><code>a8810c6</code></a>
misc headers fixes</li>
<li><a
href="https://github.com/ipython/ipython/commit/d7eebae444b6cf5e8d184591766cf64764e31773"><code>d7eebae</code></a>
crashhandler: Cast rptdir to Path (<a
href="https://redirect.github.com/ipython/ipython/issues/14578">#14578</a>)</li>
<li><a
href="https://github.com/ipython/ipython/commit/17f17d129d166b5aaf27384ec3b289873dd6c4ba"><code>17f17d1</code></a>
Update IPython/core/crashhandler.py</li>
<li><a
href="https://github.com/ipython/ipython/commit/938e3baf9cfdb12794eede4baf97cbd180785338"><code>938e3ba</code></a>
Turn on type checking and update crahshandler</li>
<li><a
href="https://github.com/ipython/ipython/commit/a336a986fbf0a7b56536ef641e81685f5ba0954e"><code>a336a98</code></a>
Some documentations about custom formatters (<a
href="https://redirect.github.com/ipython/ipython/issues/14579">#14579</a>)</li>
<li><a
href="https://github.com/ipython/ipython/commit/969bfa684882c336c3c994972273b2281e8dcc44"><code>969bfa6</code></a>
Some documentations about custom formatters</li>
<li><a
href="https://github.com/ipython/ipython/commit/546d856f4fea9101fe1a155016427bb6988f5a4f"><code>546d856</code></a>
crashhandler: Cast rptdir to Path</li>
<li><a
href="https://github.com/ipython/ipython/commit/0615526f80691452f2e282c363bce197c0141561"><code>0615526</code></a>
deprecated ast attribute (<a
href="https://redirect.github.com/ipython/ipython/issues/14575">#14575</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/ipython/ipython/compare/8.29.0...8.30.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ipython&package-manager=pip&previous-version=8.29.0&new-version=8.30.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 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>
  • Loading branch information
sovrasov authored Dec 3, 2024
2 parents 75797c5 + 67a7655 commit 263008f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ opencv-python-headless==4.10.0.84
# docs
markupsafe==3.0.2
nbconvert>=7.2.3
ipython==8.29.0
ipython==8.30.0
sphinx==7.2.6
pydata-sphinx-theme==0.15.2
sphinx-copybutton
Expand Down

0 comments on commit 263008f

Please sign in to comment.