Skip to content

Bump the browsergym-related group with 3 updates#31

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/browsergym-related-6b3b3ea9e8
Open

Bump the browsergym-related group with 3 updates#31
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/browsergym-related-6b3b3ea9e8

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 13, 2026

Updates the requirements on browsergym, browser-use and playwright to permit the latest version.
Updates browsergym to 0.14.3

Updates browser-use to 0.12.6

Release notes

Sourced from browser-use's releases.

0.12.6

What's Changed

New Contributors

Full Changelog: browser-use/browser-use@0.12.5...0.12.6

Commits
  • 329c67f chore: bump version to 0.12.6
  • ef536d4 perf: fix O(n²) bottlenecks in DOM capture for heavy pages (#4587)
  • 3aa6838 style: use TimeoutError instead of asyncio.TimeoutError (py3.11+)
  • dcc7e69 fix: add 2s timeout to pending network request check in DOM watchdog
  • e600b70 fix: reuse querySelectorAll result to avoid duplicate DOM traversal
  • d2aab6b fix: address review comments (StopIteration, isClickable semantics)
  • 2048a51 chore: remove accidentally committed submodules and generated files
  • 163575d style: fix lint (unused import, redundant parens)
  • 0db1dae chore: remove local benchmark files from PR
  • 92a2cc6 Merge remote-tracking branch 'upstream/main' into fix/heavy-page-dom-capture
  • Additional commits viewable in compare view

Updates playwright to 1.59.0

Release notes

Sourced from playwright's releases.

v1.59.0

🎬 Screencast

New page.screencast API provides a unified interface for capturing page content with:

  • Screencast recordings
  • Action annotations
  • Visual overlays
  • Real-time frame capture
  • Agentic video receipts

Screencast recording — record video with precise start/stop control, as an alternative to the recordVideoDir option:

page.screencast.start(path="video.webm")
# ... perform actions ...
page.screencast.stop()

Action annotations — enable built-in visual annotations that highlight interacted elements and display action titles during recording:

page.screencast.show_actions(position="top-right")

screencast.show_actions() accepts position ('top-left', 'top', 'top-right', 'bottom-left', 'bottom', 'bottom-right'), duration (ms per annotation), and font_size (px). Returns a disposable to stop showing actions.

Visual overlays — add chapter titles and custom HTML overlays on top of the page for richer narration:

page.screencast.show_chapter("Adding TODOs",
    description="Type and press enter for each TODO",
    duration=1000,
)
page.screencast.show_overlay('<div style="color: red">Recording</div>')

Real-time frame capture — stream JPEG-encoded frames for custom processing like thumbnails, live previews, AI vision, and more:

page.screencast.start(
    on_frame=lambda frame: send_to_vision_model(frame["data"]),
)

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on browsergym, [browser-use](https://github.com/browser-use/browser-use) and [playwright](https://github.com/microsoft/playwright-python) to permit the latest version.

Updates `browsergym` to 0.14.3

Updates `browser-use` to 0.12.6
- [Release notes](https://github.com/browser-use/browser-use/releases)
- [Commits](browser-use/browser-use@0.1.40...0.12.6)

Updates `playwright` to 1.59.0
- [Release notes](https://github.com/microsoft/playwright-python/releases)
- [Commits](microsoft/playwright-python@v1.51.0...v1.59.0)

---
updated-dependencies:
- dependency-name: browsergym
  dependency-version: 0.14.3
  dependency-type: direct:production
  dependency-group: browsergym-related
- dependency-name: browser-use
  dependency-version: 0.12.6
  dependency-type: direct:production
  dependency-group: browsergym-related
- dependency-name: playwright
  dependency-version: 1.59.0
  dependency-type: direct:production
  dependency-group: browsergym-related
...

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 May 13, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 13, 2026

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

Project Deployment Actions Updated (UTC)
lingxu Error Error May 13, 2026 6:16pm

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