From 2c3ffcab61b4149cf8b01ed2e49b36a9ba6449f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 23:07:10 +0000 Subject: [PATCH] Bump feedparser from 6.0.10 to 6.0.11 in /server/scraper Bumps [feedparser](https://github.com/kurtmckee/feedparser) from 6.0.10 to 6.0.11. - [Changelog](https://github.com/kurtmckee/feedparser/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/kurtmckee/feedparser/compare/6.0.10...6.0.11) --- updated-dependencies: - dependency-name: feedparser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- server/scraper/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/scraper/requirements.txt b/server/scraper/requirements.txt index 68e97cbb..6031a102 100644 --- a/server/scraper/requirements.txt +++ b/server/scraper/requirements.txt @@ -4,4 +4,4 @@ lxml==4.9.3 pyquery==2.0.0 requests==2.31.0 wheel==0.41.3 -feedparser==6.0.10 +feedparser==6.0.11