From d7c0fbf9e0e7a601e091d79be1a15e8f6697801c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 06:11:21 +0000 Subject: [PATCH] Update dependency reader to v3.12 --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 17c0406..03173d3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1427,13 +1427,13 @@ files = [ [[package]] name = "reader" -version = "3.10" +version = "3.12" description = "A Python feed reader library." optional = false python-versions = ">=3.10" files = [ - {file = "reader-3.10-py3-none-any.whl", hash = "sha256:4f5d902f858a3afbaac8b8df77257f9e81b25c74c826047cd12a991054936d83"}, - {file = "reader-3.10.tar.gz", hash = "sha256:7724b5dd9fd8fc2664fdaf8eb7104ad0958d27e8dca1d6861035f975cc14c1f9"}, + {file = "reader-3.12-py3-none-any.whl", hash = "sha256:bab08ce6733b12ab50cd376b48305eb4d74f9560ade7fdd932f0339f4c666590"}, + {file = "reader-3.12.tar.gz", hash = "sha256:5ee788184c0a9ee92be4d5e6dac4a4e964d1f99853e9f85d3ccdc495891790f8"}, ] [package.dependencies] @@ -1449,7 +1449,7 @@ 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-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", "numpy", "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"] [[package]]