From e418a0369587ac6052057d0e7f2185983a7bda07 Mon Sep 17 00:00:00 2001 From: Hao Zhou Date: Sun, 3 Mar 2024 17:12:47 +0800 Subject: [PATCH] Upgrade ipython>=8.10.0 to fix security issue #1 https://github.com/upbit/pixivpy/security/dependabot/1 --- poetry.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4f90fe9..3074c86 100644 --- a/poetry.lock +++ b/poetry.lock @@ -58,7 +58,7 @@ files = [ [package.dependencies] click = ">=8.0.0" -ipython = {version = ">=7.8.0", optional = true, markers = "extra == \"jupyter\""} +ipython = {version = ">=8.10.0", optional = true, markers = "extra == \"jupyter\""} mypy-extensions = ">=0.4.3" packaging = ">=22.0" pathspec = ">=0.9.0" @@ -71,7 +71,7 @@ typing-extensions = {version = ">=3.10.0.0", markers = "python_version < \"3.10\ [package.extras] colorama = ["colorama (>=0.4.3)"] d = ["aiohttp (>=3.7.4)"] -jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"] +jupyter = ["ipython (>=8.10.0)", "tokenize-rt (>=3.2.0)"] uvloop = ["uvloop (>=0.15.2)"] [[package]]