From 8b99c5a4f9b265249a126d4b4ca0172907036d5b Mon Sep 17 00:00:00 2001 From: Aedial Date: Tue, 5 Dec 2023 01:03:46 +0100 Subject: [PATCH] [MISC] Disable pillow as it is not used atm A few vulnerabilties affect it, which are reported even if pillow is not used yet --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4a0bfda..cfcf07e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ regex = "^2022.10.31" sentencepiece = "^0.1.98" poetry = "^1.4.2" pillow = "^9.5.0" -msgpack = "^1.0.5" +# msgpack = "^1.0.5" [tool.poetry.group.dev.dependencies] python-dotenv = "^0.21.1"