From d5c34d9056c71dc6fc4b2aebd1a44e1ae4bbf8db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 19:10:33 +0200 Subject: [PATCH] chore(deps): bump cssselect from 1.1.0 to 1.2.0 (#848) Bumps [cssselect](https://github.com/scrapy/cssselect) from 1.1.0 to 1.2.0. - [Changelog](https://github.com/scrapy/cssselect/blob/master/CHANGES) - [Commits](https://github.com/scrapy/cssselect/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: cssselect dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7af6d4c1..4bee5428 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ commonmark==0.9.1 contextlib2==21.6.0; python_version >= '3.6' coverage==7.5.0; python_version >= '3.8' cryptography==36.0.1; python_version >= '3.6' -cssselect==1.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' +cssselect==1.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' decorator==5.1.1; python_version >= '3.5' distlib==0.3.8 dj-database-url==2.1.0