From 616a693b86ef22eca981c2225384e03a6f5c6dfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 11:47:35 +0000 Subject: [PATCH] build(deps): update extruct requirement from ~=0.16.0 to ~=0.17.0 Updates the requirements on [extruct](https://github.com/scrapinghub/extruct) to permit the latest version. - [Changelog](https://github.com/scrapinghub/extruct/blob/master/HISTORY.rst) - [Commits](https://github.com/scrapinghub/extruct/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: extruct dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bff44a7c..2b49b13d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "beautifulsoup4~=4.12", "configparser~=6.0", "connexion[flask,uvicorn,swagger-ui]~=3.0", - "extruct~=0.16.0", + "extruct~=0.17.0", "feedparser~=6.0", "flask-cors~=4.0", "flask-limiter~=3.5",