Skip to content

build(deps): bump scrapling from 0.4.8 to 0.4.11 in /backend/restaurant-crawling/scripts - #2324

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/backend/restaurant-crawling/scripts/scrapling-0.4.11
Open

build(deps): bump scrapling from 0.4.8 to 0.4.11 in /backend/restaurant-crawling/scripts#2324
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/backend/restaurant-crawling/scripts/scrapling-0.4.11

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 19, 2026

Copy link
Copy Markdown

Bumps scrapling from 0.4.8 to 0.4.11.

Release notes

Sourced from scrapling's releases.

Release v0.4.11

A solid update bringing the first platform spider template, a faster parser, and important fixes 🎉

[!NOTE] Follow us on X for daily tips and tricks

🚀 New Stuff and quality of life changes

  • Added ShopifySpider, the first platform spider template! Extract every product from any Shopify-powered store through its JSON API without touching the website's HTML. Subclass it, set the store's domain, and you are done (Check the docs)
    from scrapling.spiders import ShopifySpider
    class MyStore(ShopifySpider):
    target_website = "example.com"
    result = MyStore().start()

  • Added --executable-path to the CLI browser commands. Both scrapling extract fetch and scrapling extract stealthy-fetch now accept a custom Chromium-compatible browser executable, and fall back to the SCRAPLING_EXECUTABLE_PATH environment variable when the option isn't passed, bringing full parity with the MCP server (Solves #371)
    scrapling extract fetch "https://example.com" page.html --executable-path "/path/to/chromium"

🤖 Quality of life changes

  • Made find_by_text and find_by_regex up to ~2x faster when first_match is enabled (the default) by wrapping elements lazily so the search stops at the first match, by @​yetval in #370
  • Updated the benchmarks with the new numbers against the latest versions of all libraries.
  • Updated contribution rules

🐛 Bug Fixes

  • Fixed the MCP server's fetch tools crashing on pages containing control characters with the error All strings must be XML compatible, by @​yetval in #368 (Fixes #366)

🙏 Special thanks to the community for all the continuous testing and feedback


Big shoutout to our Platinum Sponsors:

... (truncated)

Commits
  • aba2b3a v0.4.11 (#374)
  • 027a7cd docs: update docs and skill with the new cli option
  • bea8c71 feat: Add option to set executable path in the CLI
  • b1c250f docs: add a new page for the Shopify template
  • a58fd35 docs: update contribution rules
  • 4022dac feat: add a template for Shopify websites
  • c19c9bf docs: updating the benchmarks
  • 97ef582 perf: lazily wrap elements in find_by_text/find_by_regex so first_match short...
  • be48e66 Merge branch 'dev' into perf/lazy-wrap-first-match
  • 76f1e3f build: bump version and deps up
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [scrapling](https://github.com/D4Vinci/Scrapling) from 0.4.8 to 0.4.11.
- [Release notes](https://github.com/D4Vinci/Scrapling/releases)
- [Commits](D4Vinci/Scrapling@v0.4.8...v0.4.11)

---
updated-dependencies:
- dependency-name: scrapling
  dependency-version: 0.4.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 19, 2026
@vercel

vercel Bot commented Jul 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
tzudong Ignored Ignored Preview Jul 19, 2026 7:44pm

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a90564671e

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

supabase==2.30.0
curl_cffi==0.15.0
scrapling[fetchers]==0.4.8
scrapling[fetchers]==0.4.11

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep Playwright 1.61 out of the Camoufox env

When this requirements file is installed for the web fallback flow, scrapling[fetchers] 0.4.11 pulls in playwright==1.61.0, while the same environment still pins camoufox==0.4.11 on the next line and backend/restaurant-crawling/scripts/gemini_scrapling_fallback.py launches Camoufox. Camoufox 0.4.11 is incompatible with Playwright 1.61 at browser startup (upstream reports Browser.setDefaultViewport failures), so fresh installs will break the login/web-fallback path even though dependency resolution succeeds; keep Scrapling on a Playwright <1.61 release or upgrade the Camoufox/browser bundle together.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants