From 39102fd169e10a2d42af2a3478633b4f4a212106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 21:30:51 +0000 Subject: [PATCH] pip stable: bump parsel from 1.8.1 to 1.9.0 Bumps [parsel](https://github.com/scrapy/parsel) from 1.8.1 to 1.9.0. - [Release notes](https://github.com/scrapy/parsel/releases) - [Changelog](https://github.com/scrapy/parsel/blob/master/NEWS) - [Commits](https://github.com/scrapy/parsel/compare/v1.8.1...v1.9.0) --- updated-dependencies: - dependency-name: parsel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 708f874..0f1a79b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # working with data Scrapy==2.11.1 -parsel==1.8.1 +parsel==1.9.0 defusedxml==0.7.1 lxml==4.9.3 openpyxl==3.1.2