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