From eaafb2c3deace3205dae682fd1ed48d00f7ef212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 12:15:44 +0000 Subject: [PATCH] chore(deps): bump scrapling from 0.4.9 to 0.4.11 Bumps [scrapling](https://github.com/D4Vinci/Scrapling) from 0.4.9 to 0.4.11. - [Release notes](https://github.com/D4Vinci/Scrapling/releases) - [Commits](https://github.com/D4Vinci/Scrapling/compare/v0.4.9...v0.4.11) --- updated-dependencies: - dependency-name: scrapling dependency-version: 0.4.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- pyproject.toml | 2 +- uv.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 460842a..609fc69 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -11,7 +11,7 @@ python-multipart>=0.0.32 # multipart/form-data (file uploads) # ── HTTP / scraping ──────────────────────────────────────────────────────────── requests>=2.34.2 # streaming CSV download in sponsor_etl_cron.py lxml>=6.1.1 # XML/HTML parsing (fixes GHSA-vfmq-68hx-4jfw) -scrapling>=0.4.9 # Gov.uk sponsor-register URL discovery +scrapling>=0.4.11 # Gov.uk sponsor-register URL discovery curl_cffi>=0.15.0 # scrapling static-fetcher transport # playwright # scrapling browser fetchers (install separately: # # playwright install chromium) diff --git a/pyproject.toml b/pyproject.toml index d2d93d6..3e3efe8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">=3.11" dependencies = [ "duckdb>=1.5.4", "fastapi>=0.139.0", - "scrapling>=0.4.9", + "scrapling>=0.4.11", "numpy>=2.4.6", "onnxruntime>=1.27.0", "pymupdf>=1.28.0", diff --git a/uv.lock b/uv.lock index c2b3278..dd9a0a1 100644 --- a/uv.lock +++ b/uv.lock @@ -2771,7 +2771,7 @@ requires-dist = [ { name = "rapidfuzz", specifier = ">=3.6.0" }, { name = "requests", specifier = ">=2.34.2" }, { name = "scikit-learn", specifier = ">=1.9.0" }, - { name = "scrapling", specifier = ">=0.4.9" }, + { name = "scrapling", specifier = ">=0.4.11" }, { name = "starlette", specifier = ">=1.3.1" }, { name = "uvicorn", specifier = ">=0.49.0" }, ] @@ -3022,7 +3022,7 @@ wheels = [ [[package]] name = "scrapling" -version = "0.4.9" +version = "0.4.11" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "cssselect" }, @@ -3032,9 +3032,9 @@ dependencies = [ { name = "typing-extensions" }, { name = "w3lib" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/d0/34/61b72964fdeed6bcb9528262870b9870c936eac55541f39254ef876985ef/scrapling-0.4.9.tar.gz", hash = "sha256:e08afab736e5bd3337173e524fee99aea3073476e86d44d942af4bef9496a499", size = 156809, upload-time = "2026-06-07T18:42:38.564Z" } +sdist = { url = "https://files.pythonhosted.org/packages/a9/e9/f1874e835ac83043a323014a5ce3776f6415041566177366250358e7649e/scrapling-0.4.11.tar.gz", hash = "sha256:92500fe60b601a52279842fa2505fcddd3954f14f657bd38d7e6ba09f02da947", size = 159785, upload-time = "2026-07-12T19:47:54.397Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/7b/e6/03712d0b3240b3b6af6dc8aa19f0f24348fa54f4a4497b09c2d5c511552f/scrapling-0.4.9-py3-none-any.whl", hash = "sha256:00c7fae4641d948fb26486fd1da22143e5296dc86ef821b8426c0c2854c529ef", size = 158609, upload-time = "2026-06-07T18:42:36.775Z" }, + { url = "https://files.pythonhosted.org/packages/2e/21/979d476508766f6a4c54cf126d9eadf12fd613c18ebc1e31f78a28fcfd06/scrapling-0.4.11-py3-none-any.whl", hash = "sha256:10b781f9214502f293a46048062c4d3c211e9a05a897559f674edcbea1876e56", size = 163481, upload-time = "2026-07-12T19:47:52.802Z" }, ] [[package]]