From 477c62a87515380a6b16978f03415a64b3e7e4d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 12:52:10 +0000 Subject: [PATCH] chore(deps): Update scrapling requirement from >=0.4.0 to >=0.4.9 Updates the requirements on [scrapling](https://github.com/D4Vinci/Scrapling) to permit the latest version. - [Release notes](https://github.com/D4Vinci/Scrapling/releases) - [Commits](https://github.com/D4Vinci/Scrapling/compare/v0.4...v0.4.9) --- updated-dependencies: - dependency-name: scrapling dependency-version: 0.4.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8a62039..0ab6405 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,12 +18,12 @@ geoalchemy2==0.20.0 requests==2.32.3 beautifulsoup4==4.14.3 lxml>=6.0.2 # Bumped from 5.3.0 — scrapling requires lxml>=6.0.2 -playwright>=1.56.0,<2.0.0 # scrapling[fetchers]>=0.4.0 requires playwright>=1.56.0 +playwright>=1.56.0,<2.0.0 # scrapling[fetchers]>=0.4.9 requires playwright>=1.56.0 httpx[http2]==0.28.1 # Scrapling: TLS fingerprint spoofing (Fetcher) + stealth Playwright (DynamicFetcher) # Replaces plain requests for bot-protected portals. No scrapling install needed — # DynamicFetcher reuses the Playwright Chromium already at PLAYWRIGHT_BROWSERS_PATH. -scrapling[fetchers]>=0.4.0 +scrapling[fetchers]>=0.4.9 # Task queue redis==7.4.0