Skip to content

Commit 66d4364

Browse files
Update ipython requirement from ~=8.16.1 to >=8.16.1,<8.19.0
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>
1 parent 5219afa commit 66d4364

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dev = [
4242
# environment from the other dev dependencies.
4343
docs = [
4444
"sphinx ~=7.2.6",
45-
"ipython ~=8.16.1",
45+
"ipython >=8.16.1,<8.19.0",
4646
"numpydoc ~=1.6.0",
4747
"sphinx-copybutton ~=0.5.2",
4848
"sphinx_rtd_theme ~=1.3.0",

0 commit comments

Comments
 (0)