Update dependency reader to v3.16 (#307)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-12-08 13:47:55 +00:00
committed by GitHub
parent d6d87a6824
commit 6cee822697

8
poetry.lock generated
View File

@ -1040,13 +1040,13 @@ files = [
[[package]]
name = "reader"
version = "3.15"
version = "3.16"
description = "A Python feed reader library."
optional = false
python-versions = ">=3.10"
files = [
{file = "reader-3.15-py3-none-any.whl", hash = "sha256:8b44aa1dc9cd105ed1baa59956a2c9e113919f9a2734d0f99892a19040e0f1ee"},
{file = "reader-3.15.tar.gz", hash = "sha256:39b7c04d3cbd8b1ed2523f073f23557f19b4c5b086a92bc82ed0daefdd67763a"},
{file = "reader-3.16-py3-none-any.whl", hash = "sha256:bab88d253f61c279836db04b1e6b729861b7c31b8bf3b098d01a548975963556"},
{file = "reader-3.16.tar.gz", hash = "sha256:4371e414837654d798ae83b99e6bd8909c83a0a32d2e2549fa5d9e774affd7ad"},
]
[package.dependencies]
@ -1063,7 +1063,7 @@ cli = ["PyYAML", "click (>=7)"]
dev = ["build", "pre-commit", "reader[app,cli,docs,tests,unstable-plugins]", "tox", "twine"]
docs = ["click (>=7)", "setuptools", "sphinx", "sphinx-click", "sphinx-hoverxref", "sphinx-rtd-theme (>=1.3.0rc1)", "sphinxcontrib-log-cabinet"]
tests = ["coverage", "html5lib", "lxml", "mechanicalsoup", "mypy", "numpy", "pytest (>=4)", "pytest-cov", "pytest-randomly", "pytest-rerunfailures", "pytest-subtests", "requests-mock", "requests-wsgi-adapter", "types-beautifulsoup4", "types-requests"]
unstable-plugins = ["beautifulsoup4", "blinker (>=1.4)", "mutagen", "requests", "tabulate"]
unstable-plugins = ["beautifulsoup4", "beautifulsoup4", "blinker (>=1.4)", "mutagen", "requests", "requests", "tabulate"]
[[package]]
name = "regex"