From 188a62f53a7105845e6f3eb1c570199f35171ca5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 06:45:05 +0000 Subject: [PATCH] Update dependency ipython to v8 [SECURITY] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a57a769..53656c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "BSD-3-Clause" [tool.poetry.dependencies] python = "^3.6" faker = "^4.0.0" -ipython = "^7.11.1" +ipython = "^8.0.0" locustio = "^0.13.5" open-discussions-client = "^0.5.0" praw = "4.6.0"