From a5f400e735e0980bb5fc9df961ff210b9431a6e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 15:55:18 +0000 Subject: [PATCH] chore(deps): bump cssselect from 1.2.0 to 1.4.0 Bumps [cssselect](https://github.com/scrapy/cssselect) from 1.2.0 to 1.4.0. - [Changelog](https://github.com/scrapy/cssselect/blob/master/CHANGES) - [Commits](https://github.com/scrapy/cssselect/compare/v1.2.0...v1.4.0) --- updated-dependencies: - dependency-name: cssselect dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ef4b8017..ae80a9d2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "python3-openid==3.2.0", "python-decouple==3.8", "lxml==5.2.2", - "cssselect==1.2.0", + "cssselect==1.4.0", "feedparser==6.0.11", "beautifulsoup4==4.12.3", "icalendar==4.0.7",