From 5837f54fea375a5d767094ed02b180489269e8f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:33:39 +0000 Subject: [PATCH] Update ipython[all] requirement from ~=8.29.0 to ~=8.30.0 Updates the requirements on [ipython[all]](https://github.com/ipython/ipython) to permit the latest version. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.29.0...8.30.0) --- updated-dependencies: - dependency-name: ipython[all] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/docs.txt | 2 +- requirements/notebooks.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index d866ddcdf3..c5ec786304 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,7 +1,7 @@ sphinx ==5.3.0 myst-parser ==1.0.0 nbsphinx ~=0.9.5 -ipython[all] ~=8.29.0 +ipython[all] ~=8.30.0 pandoc ==2.4 docutils >=0.16 sphinxcontrib-fulltoc ==1.2.0 diff --git a/requirements/notebooks.txt b/requirements/notebooks.txt index 4015fa6b21..5511a84009 100644 --- a/requirements/notebooks.txt +++ b/requirements/notebooks.txt @@ -1,4 +1,4 @@ -ipython[all] ~=8.29.0 +ipython[all] ~=8.30.0 numpy >=1.23.0,<2 # not yet ready for numpy 2 liger-kernel == 0.4.0 cuda-python