From ea2ef7f38602067ee333b4c273933d76b945cf3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 01:30:52 +0000 Subject: [PATCH] Update ipython requirement from ~=8.30.0 to ~=8.31.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.30.0...8.31.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 bbd1b4be6..9954ad83d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ mypy>=1.1.1,<1.14.0 ipython~=8.18.1; python_version < "3.10" -ipython~=8.30.0; python_version >= "3.10" +ipython~=8.31.0; python_version >= "3.10" pytest>=7.4.4,<8.4.0