From e254c1a7132893abf590c80fc57e1470bcd27fa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 05:21:47 +0000 Subject: [PATCH] Update ipython requirement from ~=8.23.0 to ~=8.24.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.23.0...8.24.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 ed2ed5d09..993b6e0b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ mypy>=1.1.1,<1.11.0 ipython~=8.18.1; python_version < "3.10" -ipython~=8.23.0; python_version >= "3.10" +ipython~=8.24.0; python_version >= "3.10" pytest>=7.4.4,<8.3.0