Skip to content

Commit da087e7

Browse files
Update dependency ipython to >=7.33.0 (#249)
1 parent 4968db9 commit da087e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ docs = { cmd = "sphinx-build -E -W . build/", cwd = "docs" }
115115
open-docs = { cmd = "open build/index.html", cwd = "docs", depends-on = ["docs"] }
116116

117117
[tool.pixi.feature.dev.dependencies]
118-
ipython = ">=4.2.1"
118+
ipython = ">=7.33.0"
119119

120120
[tool.pixi.feature.dev.tasks]
121121
ipython = { cmd = "ipython" }

0 commit comments

Comments
 (0)