From 85dc88523414b356b97728393cb4a4f23c35015d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 22:59:33 +0000 Subject: [PATCH] chore(deps-backend)(deps): update tinycss2 requirement in /backend Updates the requirements on [tinycss2](https://github.com/Kozea/tinycss2) to permit the latest version. - [Release notes](https://github.com/Kozea/tinycss2/releases) - [Changelog](https://github.com/Kozea/tinycss2/blob/main/docs/changelog.rst) - [Commits](https://github.com/Kozea/tinycss2/compare/v1.3.0...v1.5.1) --- updated-dependencies: - dependency-name: tinycss2 dependency-version: 1.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index b7d0961..7d1ca61 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -34,7 +34,7 @@ aiosqlite==0.22.1 # Security / sanitization bleach==6.3.0 -tinycss2>=1.3.0 +tinycss2>=1.5.1 # Dev & test pytest==9.0.3