Skip to content

Commit 5d8c92c

Browse files
Update ipython requirement in the pip-all-updates group (#491)
Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version. Updates `ipython` to 8.38.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@rel-0.8.4...8.38.0) --- updated-dependencies: - dependency-name: ipython dependency-version: 8.38.0 dependency-type: direct:development dependency-group: pip-all-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maximilian <maximilian.muschalik@gmail.com>
1 parent 1fe2d0f commit 5d8c92c

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
@@ -262,7 +262,7 @@ docs = [
262262
# TODO(mmschlk): remove the pin in ipython when we drop python 3.10 support and pin to
263263
# ipython>=9.0.0, since ipython==8.7.0 introduces a bug with parsing notebooks also discussed
264264
# here: https://github.com/spatialaudio/nbsphinx/issues/24
265-
"ipython<8.38.0", # for code execution in notebooks
265+
"ipython<8.39.0", # for code execution in notebooks
266266
"sphinx-gallery", # gallery of examples from Python scripts
267267
"matplotlib", # required for sphinx-gallery thumbnails
268268
]

0 commit comments

Comments
 (0)