fix(deps): update dependency recipe-scrapers to v14.56.0 (#3518)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-25 20:15:33 +02:00 committed by GitHub
parent 0f2b1d8d3a
commit b3aa7aeb1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

12
poetry.lock generated
View File

@ -2443,20 +2443,20 @@ tests = ["html5lib", "pytest", "pytest-cov"]
[[package]] [[package]]
name = "recipe-scrapers" name = "recipe-scrapers"
version = "14.55.0" version = "14.56.0"
description = "Python package, scraping recipes from all over the internet" description = "Python package, scraping recipes from all over the internet"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "recipe_scrapers-14.55.0-py3-none-any.whl", hash = "sha256:0c2aff7b1604beb787a81f7db490bb0e5d8fb7a6bc1184b23d686c27f4b2184f"}, {file = "recipe_scrapers-14.56.0-py3-none-any.whl", hash = "sha256:77ad1a1d21077877dd5d29ae0423a488bdf9084fb495d7f8a8b20dd2545160cf"},
{file = "recipe_scrapers-14.55.0.tar.gz", hash = "sha256:86872a5988efc44971039ebacf51f49b9db09355270a7a7ba912333b60af9d70"}, {file = "recipe_scrapers-14.56.0.tar.gz", hash = "sha256:97b40b33a2e29416a7348d86db784a1e21568b78d978c3148b572244ff85ca00"},
] ]
[package.dependencies] [package.dependencies]
beautifulsoup4 = ">=4.10.0" beautifulsoup4 = ">=4.12.3"
extruct = ">=0.8.0" extruct = ">=0.15.0"
isodate = ">=0.6.1" isodate = ">=0.6.1"
requests = ">=2.19.1" requests = ">=2.31.0"
[[package]] [[package]]
name = "regex" name = "regex"