From 2c7fe736ccdcabf9c7f9fa8bf4c43cdc86d1ca8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 06:31:29 +0000 Subject: [PATCH] Update ipython requirement from ~=8.15.0 to ~=8.16.0 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/compare/8.15.0...8.16.0) --- 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..b28b0e7 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.0