Skip to content

chore(deps): bump the browsergym-related group with 3 updates#3

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/browsergym-related-e64574e6f0
Closed

chore(deps): bump the browsergym-related group with 3 updates#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/browsergym-related-e64574e6f0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown

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.13.1

Release notes

Sourced from browser-use's releases.

0.13.1

What's Changed

Full Changelog: browser-use/browser-use@0.13.0...0.13.1

Commits
  • b3867c0 Fix packaged agent tools env (#5010)
  • 8c9ed82 Fix packaged agent tools env
  • ec1906c anthropic: tool choice auto when thinking (cannot force it) (#5009)
  • 295594b parse json text fallback for auto tools
  • 9f0ffc7 Merge branch 'main' into claude-fable-5-support
  • dfbb5c0 anthropic: tool choice auto when thinking (cannot force it)
  • 703bf64 support claude fable 5 (#5008)
  • 1525c01 fix fable fallback and cache pricing edge cases
  • 8bca742 support claude fable 5
  • b229a22 Prepare browser-use 0.13.0 (#5005)
  • Additional commits viewable in compare view

Updates playwright to 1.60.0

Release notes

Sourced from playwright's releases.

v1.60.0

🐍 Python improvements

🌐 HAR recording on Tracing

tracing.start_har() / tracing.stop_har() expose HAR recording as a first-class tracing API, with the same content, mode and url_filter options as record_har:

context.tracing.start_har("trace.har")
page = context.new_page()
page.goto("https://playwright.dev")
context.tracing.stop_har()

🪝 Drop API

New locator.drop() simulates an external drag-and-drop of files or clipboard-like data onto an element. Playwright dispatches dragenter, dragover, and drop with a synthetic DataTransfer in the page context — works cross-browser and is great for testing upload zones:

page.locator("#dropzone").drop(
    files={"name": "note.txt", "mime_type": "text/plain", "buffer": b"hello"},
)
page.locator("#dropzone").drop(
data={
"text/plain": "hello world",
"text/uri-list": "https://example.com",
},
)

🎯 Aria snapshots

New APIs

Browser, Context and Page

Locators and Assertions

... (truncated)

Commits
  • 93f3201 chore: roll driver to 1.60.0 (#3079)
  • 0ebdf2d feat(assertions): add expect.soft() for collecting multiple failures (#3065)
  • 18810d8 feat: add FormData class for form and multipart requests (#3060)
  • b846cee chore: roll to 1.60.0-beta-1778142790000 (#3069)
  • 873c5c7 fix(setup): update auditwheel to 6.4.0 for InWheel tempdir fix (#3063)
  • 9df9fac feat: accept datetime.timedelta for timeout parameters (#3059)
  • 856ae37 devops: Update EsrpRelease (#3064)
  • 161bd3d build(deps): bump flake8 from 7.2.0 to 7.3.0 (#2896)
  • ac9bf29 build(deps): bump types-requests from 2.32.4.20250809 to 2.32.4.20260107 (#2975)
  • deb2df8 build(deps): bump pytest-cov from 6.3.0 to 7.1.0 (#2976)
  • Additional commits viewable in compare view

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.13.1
- [Release notes](https://github.com/browser-use/browser-use/releases)
- [Commits](browser-use/browser-use@0.1.40...0.13.1)

Updates `playwright` to 1.60.0
- [Release notes](https://github.com/microsoft/playwright-python/releases)
- [Commits](microsoft/playwright-python@v1.51.0...v1.60.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.13.1
  dependency-type: direct:production
  dependency-group: browsergym-related
- dependency-name: playwright
  dependency-version: 1.60.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 Jun 26, 2026
@ckenkuo

ckenkuo commented Jun 26, 2026

Copy link
Copy Markdown
Owner

Closing: Dependabot disabled and config removed in d0295e7.

@ckenkuo ckenkuo closed this Jun 26, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@ckenkuo
ckenkuo deleted the dependabot/pip/browsergym-related-e64574e6f0 branch June 26, 2026 08:46
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.

1 participant