From e40a42b08dca5a5a3dd674e679a3d4f162bd20ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 21:51:38 +0000 Subject: [PATCH] pip stable: bump parsel from 1.9.0 to 1.9.1 Bumps [parsel](https://github.com/scrapy/parsel) from 1.9.0 to 1.9.1. - [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.9.0...v1.9.1) --- updated-dependencies: - dependency-name: parsel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bc2541d..3f30dae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # working with data Scrapy==2.11.1 -parsel==1.9.0 +parsel==1.9.1 defusedxml==0.7.1 lxml==5.2.0 openpyxl==3.1.2