From c31783dfb773f4cffb47c40f14805c67e9fee8b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 23:46:03 +0000 Subject: [PATCH] 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.17.2) --- 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 913834f..cfe73e1 100644 --- a/_requirements/default.txt +++ b/_requirements/default.txt @@ -1,6 +1,6 @@ setuptools==67.8.0 matplotlib>=3.0.0, <3.8.0 -ipython[notebook]>=8.0.0, <8.15.0 +ipython[notebook]>=8.0.0, <8.18.0 urllib3 # for ipython torch>=1.8.1, <2.1.0 pytorch-lightning>=1.4, <2.1.0