Skip to content

Commit f44e1c2

Browse files
Update ipython requirement in the pip-all-updates group (#421)
Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version. Updates `ipython` to 8.37.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@rel-0.8.4...8.37.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 8.37.0 dependency-type: direct:production dependency-group: pip-all-updates ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a1e658 commit f44e1c2

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
@@ -250,7 +250,7 @@ docs = [
250250
# TODO(mmschlk): remove the pin in ipython when we drop python 3.10 support and pin to
251251
# ipython>=9.0.0, since ipython==8.7.0 introduces a bug with parsing notebooks also discussed
252252
# here: https://github.com/spatialaudio/nbsphinx/issues/24
253-
"ipython<8.7.0",
253+
"ipython<8.38.0",
254254
]
255255
dev = [
256256
"build>=1.2.2.post1",

0 commit comments

Comments
 (0)