Update dependency reader to v3.7

This commit is contained in:
renovate[bot]
2023-07-15 19:40:24 +00:00
parent 6eda3c435a
commit 941a4cf3cc

8
poetry.lock generated
View File

@ -1018,14 +1018,14 @@ files = [
[[package]]
name = "reader"
version = "3.6"
version = "3.7"
description = "A Python feed reader library."
category = "main"
optional = false
python-versions = ">=3.9"
files = [
{file = "reader-3.6-py3-none-any.whl", hash = "sha256:b90faf180318c9e3c11a66f349c1e57641287bf97f37daa338d8e6fbd2d11852"},
{file = "reader-3.6.tar.gz", hash = "sha256:9744bf5527dc8c5c9e0f91103f0c03cbb819ed19c1d49a498070bb4883a0c6db"},
{file = "reader-3.7-py3-none-any.whl", hash = "sha256:341744982f92fc15439606b4fb1097672d00aafc312fa62bc4cf000ceccb09ab"},
{file = "reader-3.7.tar.gz", hash = "sha256:464494aedf9caacbfa0fb3a4cb6242f3dbc7f95edfa3bb6dd0bc27be634ceee3"},
]
[package.dependencies]
@ -1036,7 +1036,7 @@ requests = ">=2.18"
typing-extensions = ">=4"
[package.extras]
app = ["PyYAML", "flask (>=0.10)", "humanize"]
app = ["PyYAML", "flask (>=0.10)", "humanize (>=4,!=4.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-issues", "sphinx-rtd-theme", "sphinxcontrib-log-cabinet"]