From 449b960438fd91f54ba364b16ae2df4374d3d697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 12:14:59 +0100 Subject: [PATCH] Update css-inline requirement from ==0.18.* to ==0.19.* (#5749) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6f86b687..23de591c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "celery==5.6.*", "chardet==5.2.*", "cryptography>=44.0.0", - "css-inline==0.18.*", + "css-inline==0.19.*", "defusedcsv>=1.1.0", "dnspython==2.*", "Django[argon2]==4.2.*,>=4.2.26",