From 00b647dc689dcb1568e8648ca2e32fc4f0f77f9a Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sat, 17 Feb 2024 12:47:53 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20update=20tinycss2=20required=20?= =?UTF-8?q?version=20yet!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/first_steps.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/first_steps.rst b/docs/first_steps.rst index 75085edc4..4b1b378b4 100644 --- a/docs/first_steps.rst +++ b/docs/first_steps.rst @@ -14,7 +14,7 @@ WeasyPrint |version| depends on: * pydyf_ ≥ 0.8.0 * CFFI_ ≥ 0.6 * html5lib_ ≥ 1.1 -* tinycss2_ ≥ 1.3.0 +* tinycss2_ ≥ 1.0.0 * cssselect2_ ≥ 0.1 * Pyphen_ ≥ 0.9.1 * Pillow_ ≥ 9.1.0 diff --git a/pyproject.toml b/pyproject.toml index d6fbe2330..c102706da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ 'pydyf >=0.8.0', 'cffi >=0.6', 'html5lib >=1.1', - 'tinycss2 >=1.3.0', + 'tinycss2 >=1.0.0', 'cssselect2 >=0.1', 'Pyphen >=0.9.1', 'Pillow >=9.1.0',