From 12a246d697304ea343fb0c88c12f0dbb5a730a65 Mon Sep 17 00:00:00 2001 From: jll-02 <63648645+jll-02@users.noreply.github.com> Date: Thu, 1 Feb 2024 08:15:00 +0100 Subject: [PATCH] chore(deps): removes unused cariocffi dependency --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5553a52e64..6b27ea77b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,6 @@ dependencies = [ "beautifulsoup4~=4.12.2", "bleach-allowlist~=1.0.3", "bleach[css]~=6.0.0", - "cairocffi==1.5.1", "chardet~=5.1.0", "croniter~=2.0.1", "cryptography~=41.0.3",