From 6608cf416c97aaf53fed69565644a86bbbfc45bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 17:00:49 +0000 Subject: [PATCH] Update autoscraper requirement from >=1.1.0 to >=1.1.14 in /python Updates the requirements on [autoscraper](https://github.com/alirezamika/autoscraper) to permit the latest version. - [Release notes](https://github.com/alirezamika/autoscraper/releases) - [Commits](https://github.com/alirezamika/autoscraper/compare/v1.1.0...v1.1.14) --- updated-dependencies: - dependency-name: autoscraper dependency-version: 1.1.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 811ec5d..9b04c75 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -7,7 +7,7 @@ aiohttp>=3.14.3,<4 httpx>=0.28.1 pycurl>=7.47.0; platform_system != "Windows" cloudscraper>=1.2.71 -autoscraper>=1.1.0 +autoscraper>=1.1.14 # autoscraper 1.1.x fails build() with beautifulsoup4 4.13+ (empty learned list); keep 4.12.x beautifulsoup4>=4.15.0,<4.16 lxml>=6.1.2