From 48b71b62106462f0fff0e0f54e7f3a59eefcc9ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 15:18:25 +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 9e21e6557..59f45e611 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",