fix(deps): update dependency recipe-scrapers to v15.3.3 ()

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-14 23:04:23 +01:00 committed by GitHub
parent 085d0ae877
commit 02682f8ad4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

12
poetry.lock generated

@ -2646,13 +2646,13 @@ tests = ["html5lib", "pytest", "pytest-cov"]
[[package]]
name = "recipe-scrapers"
version = "15.3.2"
version = "15.3.3"
description = "Python package, scraping recipes from all over the internet"
optional = false
python-versions = ">=3.9"
files = [
{file = "recipe_scrapers-15.3.2-py3-none-any.whl", hash = "sha256:4fc361512b899fefbcf1426e769880e909edf4d4ab875fcb670a98f3ce8a7c21"},
{file = "recipe_scrapers-15.3.2.tar.gz", hash = "sha256:434dfee1ff5769f168f1bef979f89e17b6bb60b0501577971f54c13fc1809387"},
{file = "recipe_scrapers-15.3.3-py3-none-any.whl", hash = "sha256:e3092190ff81d79992bb3fd373c6d1ac7dff5d8be033d219ff6eb46bff8a37d3"},
{file = "recipe_scrapers-15.3.3.tar.gz", hash = "sha256:9bd41de3da0769eae6fa8a211a99db630fd283873eae6b518f51d27836c034f9"},
]
[package.dependencies]
@ -2661,8 +2661,12 @@ extruct = ">=0.17.0"
isodate = ">=0.6.1"
[package.extras]
dev = ["coverage (>=7.4.4)", "importlib-metadata (>=4.6)", "types-beautifulsoup4 (>=4.12.0)"]
all = ["recipe_scrapers[dev,docs,linters,online,tests]"]
dev = ["recipe-scrapers[docs,linters,tests]"]
docs = ["markdown-exec (>=1.10.0)", "mkdocs (>=1.6.1)", "mkdocs-material (>=9.5.48)", "mkdocstrings (>=0.27.0)", "mkdocstrings-python (>=1.12.2)"]
linters = ["black (==24.10.0)", "flake8 (==7.1.1)", "mypy (==1.13.0)", "pep8-naming (==0.14.1)", "pre-commit (==4.0.1)", "types-beautifulsoup4", "types-requests"]
online = ["requests (>=2.31.0)"]
tests = ["coverage (>=7.6.9)", "importlib-metadata (>=4.6)", "unittest-parallel (>=1.7.0)"]
[[package]]
name = "regex"