Skip to content

Commit 9cddce3

Browse files
Update feedparser requirement from >=6.0.0 to >=6.0.12
Updates the requirements on [feedparser](https://github.com/kurtmckee/feedparser) to permit the latest version. - [Release notes](https://github.com/kurtmckee/feedparser/releases) - [Changelog](https://github.com/kurtmckee/feedparser/blob/main/CHANGELOG.rst) - [Commits](kurtmckee/feedparser@6.0.0...v6.0.12) --- updated-dependencies: - dependency-name: feedparser dependency-version: 6.0.12 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 00314eb commit 9cddce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ celery = ["celery>=5.6.3"]
4848
kafka = ["confluent-kafka>=2.14.0"]
4949
rabbitmq = ["aio-pika>=9.6.2"]
5050
redis = ["redis>=4.2.0"]
51-
rss = ["httpx>=0.27.0", "feedparser>=6.0.0"]
51+
rss = ["httpx>=0.27.0", "feedparser>=6.0.12"]
5252
atlassian = ["httpx>=0.27.0"]
5353

5454
[project.urls]

0 commit comments

Comments
 (0)