From 94c67b0353cff9e539a2e0c09f518a751c7ab305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 04:08:41 +0000 Subject: [PATCH] Bump feedparser from 6.0.11 to 6.0.12 Bumps [feedparser](https://github.com/kurtmckee/feedparser) from 6.0.11 to 6.0.12. - [Release notes](https://github.com/kurtmckee/feedparser/releases) - [Changelog](https://github.com/kurtmckee/feedparser/blob/main/CHANGELOG.rst) - [Commits](https://github.com/kurtmckee/feedparser/compare/6.0.11...v6.0.12) --- updated-dependencies: - dependency-name: feedparser dependency-version: 6.0.12 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 96425c1..263d129 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -feedparser==6.0.11 +feedparser==6.0.12 requests==2.32.0 schedule==1.2.2 python-dotenv==1.0.1