Update dependency reader to v3.10

This commit is contained in:
renovate[bot]
2023-11-12 12:13:17 +00:00
parent ef23147cd1
commit 69f480d88b

8
poetry.lock generated
View File

@ -1060,14 +1060,14 @@ files = [
[[package]] [[package]]
name = "reader" name = "reader"
version = "3.9" version = "3.10"
description = "A Python feed reader library." description = "A Python feed reader library."
category = "main" category = "main"
optional = false optional = false
python-versions = ">=3.10" python-versions = ">=3.10"
files = [ files = [
{file = "reader-3.9-py3-none-any.whl", hash = "sha256:861563aff0c9bfc65eca7ac72982b99b41ef2e7cfddb584bf9ae12045aec5213"}, {file = "reader-3.10-py3-none-any.whl", hash = "sha256:4f5d902f858a3afbaac8b8df77257f9e81b25c74c826047cd12a991054936d83"},
{file = "reader-3.9.tar.gz", hash = "sha256:2b29efed0455a2ce5f556b5b54b956d0a7faeb5f4df05c143551633c5e37d574"}, {file = "reader-3.10.tar.gz", hash = "sha256:7724b5dd9fd8fc2664fdaf8eb7104ad0958d27e8dca1d6861035f975cc14c1f9"},
] ]
[package.dependencies] [package.dependencies]
@ -1082,7 +1082,7 @@ werkzeug = ">2"
app = ["PyYAML", "flask (>=0.10)", "humanize (>=4,!=4.7.*)"] app = ["PyYAML", "flask (>=0.10)", "humanize (>=4,!=4.7.*)"]
cli = ["PyYAML", "click (>=7)"] cli = ["PyYAML", "click (>=7)"]
dev = ["build", "pre-commit", "reader[app,cli,docs,tests,unstable-plugins]", "tox", "twine"] dev = ["build", "pre-commit", "reader[app,cli,docs,tests,unstable-plugins]", "tox", "twine"]
docs = ["click (>=7)", "setuptools", "sphinx", "sphinx-click", "sphinx-hoverxref", "sphinx-issues", "sphinx-rtd-theme (>=1.3.0rc1)", "sphinxcontrib-log-cabinet"] docs = ["click (>=7)", "setuptools", "sphinx", "sphinx-click", "sphinx-hoverxref", "sphinx-rtd-theme (>=1.3.0rc1)", "sphinxcontrib-log-cabinet"]
tests = ["coverage", "flaky", "html5lib", "lxml", "mechanicalsoup", "mypy", "pytest (>=4)", "pytest-cov", "pytest-randomly", "pytest-subtests", "requests-mock", "requests-wsgi-adapter", "types-beautifulsoup4", "types-requests"] tests = ["coverage", "flaky", "html5lib", "lxml", "mechanicalsoup", "mypy", "pytest (>=4)", "pytest-cov", "pytest-randomly", "pytest-subtests", "requests-mock", "requests-wsgi-adapter", "types-beautifulsoup4", "types-requests"]
unstable-plugins = ["beautifulsoup4", "blinker (>=1.4)", "mutagen", "requests", "tabulate"] unstable-plugins = ["beautifulsoup4", "blinker (>=1.4)", "mutagen", "requests", "tabulate"]