From 557d72a94ae2992c0aaf9eaf10c1e8f37e0faf35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 08:54:47 +0000 Subject: [PATCH] build(deps): update ipython[notebook] requirement in /_requirements Updates the requirements on [ipython[notebook]](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.0.0...8.23.0) --- updated-dependencies: - dependency-name: ipython[notebook] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- _requirements/default.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_requirements/default.txt b/_requirements/default.txt index 3d3d8bfb2..f00990f7b 100644 --- a/_requirements/default.txt +++ b/_requirements/default.txt @@ -1,6 +1,6 @@ setuptools>=68.0.0, <69.1.0 matplotlib>=3.0.0, <3.9.0 -ipython[notebook]>=8.0.0, <8.17.0 +ipython[notebook]>=8.0.0, <8.24.0 urllib3 # for ipython torch>=1.8.1, <2.1.0 pytorch-lightning>=1.4, <2.1.0