From e1290e2f532c2bba9da6c3d0a84ece9cc05219f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 21:52:47 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 5 updates Updates the requirements on [ipython](https://github.com/ipython/ipython), [jupyter-core](https://github.com/jupyter/jupyter_core), [nbconvert](https://github.com/jupyter/nbconvert), [notebook](https://github.com/jupyter/notebook) and [tornado](https://github.com/tornadoweb/tornado) to permit the latest version. Updates `ipython` from 7.7.0 to 8.10.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.7.0...8.10.0) Updates `jupyter-core` from 4.5.0 to 4.11.2 - [Release notes](https://github.com/jupyter/jupyter_core/releases) - [Changelog](https://github.com/jupyter/jupyter_core/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/jupyter_core/compare/4.5.0...4.11.2) Updates `nbconvert` from 5.6.0 to 6.5.1 - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/nbconvert/compare/5.6.0...6.5.1) Updates `notebook` from 5.7.8 to 6.4.12 - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/5.7.8...6.4.12) Updates `tornado` to 6.4.1 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v1.0.0...v6.4.1) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production dependency-group: pip - dependency-name: jupyter-core dependency-type: direct:production dependency-group: pip - dependency-name: nbconvert dependency-type: direct:production dependency-group: pip - dependency-name: notebook dependency-type: direct:production dependency-group: pip - dependency-name: tornado dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements-jupyter.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements-jupyter.txt b/requirements-jupyter.txt index 82ea4e8d8..d5e789f29 100644 --- a/requirements-jupyter.txt +++ b/requirements-jupyter.txt @@ -1,13 +1,13 @@ ipykernel==5.1.2 -ipython==7.7.0 +ipython==8.10.0 ipython-genutils==0.2.0 ipywidgets==7.5.1 jupyter==1.0.0 jupyter-client==5.3.1 jupyter-console==6.0.0 -jupyter-core==4.5.0 -nbconvert==5.6.0 +jupyter-core==4.11.2 +nbconvert==6.5.1 nbformat==4.4.0 -notebook==5.7.8 -tornado < 6.0 +notebook==6.4.12 +tornado < 7.0 widgetsnbextension==3.5.1