From 10190d6f9338e8377299799f7a9f0b4760185253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 01:34:56 +0000 Subject: [PATCH] Update ipython requirement from ~=8.22.2 to ~=8.23.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.22.2...8.23.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 25d2e7db2..c22d517f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ mypy>=1.1.1,<1.10.0 ipython~=8.18.1; python_version < "3.10" -ipython~=8.22.2; python_version >= "3.10" +ipython~=8.23.0; python_version >= "3.10" pytest>=7.4.4,<8.2.0