Skip to content

Commit 6b727f1

Browse files
Update ipython requirement from ~=8.16.1 to ~=8.37.0 (#175)
Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@8.16.1...8.18.1) --- updated-dependencies: - dependency-name: ipython dependency-version: 8.18.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rob Brackett <rob@robbrackett.com>
1 parent 06d74fe commit 6b727f1

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
@@ -41,7 +41,7 @@ dev = [
4141
# environment from the other dev dependencies.
4242
docs = [
4343
"sphinx ~=7.2.6",
44-
"ipython ~=8.16.1",
44+
"ipython ~=8.37.0",
4545
"numpydoc ~=1.10.0",
4646
"sphinx-copybutton ~=0.5.2",
4747
"sphinx_rtd_theme ~=1.3.0",

0 commit comments

Comments
 (0)