From a6484c9d9a5460f3e405de228bbb0fa19a5468f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 22:04:26 +0000 Subject: [PATCH] Update dependency reader to v3.10 --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 026d4fc..55874fc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1225,13 +1225,13 @@ files = [ [[package]] name = "reader" -version = "3.9" +version = "3.10" description = "A Python feed reader library." optional = false python-versions = ">=3.10" files = [ - {file = "reader-3.9-py3-none-any.whl", hash = "sha256:861563aff0c9bfc65eca7ac72982b99b41ef2e7cfddb584bf9ae12045aec5213"}, - {file = "reader-3.9.tar.gz", hash = "sha256:2b29efed0455a2ce5f556b5b54b956d0a7faeb5f4df05c143551633c5e37d574"}, + {file = "reader-3.10-py3-none-any.whl", hash = "sha256:4f5d902f858a3afbaac8b8df77257f9e81b25c74c826047cd12a991054936d83"}, + {file = "reader-3.10.tar.gz", hash = "sha256:7724b5dd9fd8fc2664fdaf8eb7104ad0958d27e8dca1d6861035f975cc14c1f9"}, ] [package.dependencies] @@ -1246,7 +1246,7 @@ werkzeug = ">2" 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 (>=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"] unstable-plugins = ["beautifulsoup4", "blinker (>=1.4)", "mutagen", "requests", "tabulate"]