From f12656d0ec5eab580d5f0a06aa6c9426b6f943e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 01:17:32 +0000 Subject: [PATCH] Update ipython requirement from ~=8.16.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 2000886459..abc65cb016 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ mypy>=1.1.1,<1.6.0 -ipython~=8.16.0 +ipython~=8.16.1