From 1a8d3c7b9e59b136f8e18210d17d52f4dafb096e 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 200088645..abc65cb01 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