From cd1812ea9df11df70b135f0ea680602b6723b269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 17:34:11 +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 f778f98c0..fdc4e2953 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",