From 6479faa6d8255658cefe4f0fc92fb5d8ce41607e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 04:16:32 +0000 Subject: [PATCH] build(deps): update extruct requirement from ~=0.17.0 to ~=0.18.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.17.0...v0.18.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 66f0d789..61801c27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "beautifulsoup4~=4.12", "configparser~=7.0", "connexion[flask,uvicorn,swagger-ui]~=3.0", - "extruct~=0.17.0", + "extruct~=0.18.0", "feedparser~=6.0", "flask-limiter~=3.5", "hashid~=3.1.4",