From 200d520535b12977fe8f8de2e5cb09a34f1baa21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 22:17:03 +0200 Subject: [PATCH] Update css-inline requirement from ==0.15.* to ==0.16.* (#5318) Updates the requirements on [css-inline](https://github.com/Stranger6667/css-inline) to permit the latest version. - [Release notes](https://github.com/Stranger6667/css-inline/releases) - [Changelog](https://github.com/Stranger6667/css-inline/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stranger6667/css-inline/compare/v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: css-inline dependency-version: 0.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c6e830df..d10b1eaab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "celery==5.5.*", "chardet==5.2.*", "cryptography>=44.0.0", - "css-inline==0.15.*", + "css-inline==0.16.*", "defusedcsv>=1.1.0", "Django[argon2]==4.2.*,>=4.2.15", "django-bootstrap3==25.1",