Update dependency feedparser to v6.0.9 (develop)

This commit is contained in:
RenovateBot 2022-05-19 16:04:56 +00:00
parent 6571d98f41
commit 0af53d3275
2 changed files with 5 additions and 5 deletions

8
api/poetry.lock generated
View File

@ -846,7 +846,7 @@ typing-extensions = {version = ">=3.10.0.2", markers = "python_version < \"3.8\"
[[package]]
name = "feedparser"
version = "6.0.8"
version = "6.0.9"
description = "Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds"
category = "main"
optional = false
@ -2114,7 +2114,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "08874c292a3327e5a70788c35af19076c906d36023b889a01dc04bf8630d1769"
content-hash = "4c54af5e864ad7e3b9998a5b1ef27d3e1cd69242f37fb0d7bd44e01c4c0802ac"
[metadata.files]
aiohttp = [
@ -2559,8 +2559,8 @@ faker = [
{file = "Faker-13.3.4.tar.gz", hash = "sha256:188961065fb5c78ea639f42176f55100f72c90c3a3179ac6c955c4bd712b0511"},
]
feedparser = [
{file = "feedparser-6.0.8-py3-none-any.whl", hash = "sha256:1b7f57841d9cf85074deb316ed2c795091a238adb79846bc46dccdaf80f9c59a"},
{file = "feedparser-6.0.8.tar.gz", hash = "sha256:5ce0410a05ab248c8c7cfca3a0ea2203968ee9ff4486067379af4827a59f9661"},
{file = "feedparser-6.0.9-py3-none-any.whl", hash = "sha256:a522b2b81f3914a74ae44161a341940f74811bd29be5b4c2a689e6e6be51cd39"},
{file = "feedparser-6.0.9.tar.gz", hash = "sha256:dad42e7beaec55f99c08b2b0cf7288bc7cfd24b6f72c8ef85478bcb55648cd42"},
]
flake8 = [
{file = "flake8-3.9.2-py2.py3-none-any.whl", hash = "sha256:bf8fd333346d844f616e8d47905ef3a3384edae6b4e9beb0c5101e25e3110907"},

View File

@ -48,7 +48,7 @@ service-identity = "==21.1.0"
click = "==8.1.3"
Markdown = "==3.3.7"
bleach = "==4.1.0"
feedparser = "==6.0.8"
feedparser = "==6.0.9"
watchdog = "==2.1.7"
asgiref = "==3.5.2" #1516
ipython = "==7.32.0"