From 0203f99a98674cd729aeeb8e90c2ec912d789628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 06:58:13 +0000 Subject: [PATCH] Update ipython requirement from ~=8.15.0 to ~=8.16.1 Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/commits) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b718dc3..2b35b2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,4 +15,4 @@ pandas~=2.1.1 nglview~=3.0.8 moviepy~=1.0.3 ipyevents~=2.0.2 -ipython~=8.15.0 +ipython~=8.16.1