Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump playwright from 1.53.0 to 1.54.0 in the all-minor-patch-updates group#1019

Merged
andrewyang94 merged 1 commit intomainfrom
dependabot/pip/all-minor-patch-updates-2736d3d701
Jul 29, 2025
Merged

Bump playwright from 1.53.0 to 1.54.0 in the all-minor-patch-updates group#1019
andrewyang94 merged 1 commit intomainfrom
dependabot/pip/all-minor-patch-updates-2736d3d701

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 23, 2025

Bumps the all-minor-patch-updates group with 1 update: playwright.

Updates playwright from 1.53.0 to 1.54.0

Release notes

Sourced from playwright's releases.

v1.54.0

Highlights

  • New cookie property partition_key in BrowserContext.cookies() and browserContext.add_cookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.

  • New option --user-data-dir in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.

    playwright codegen --user-data-dir=./user-data
  • playwright open does not open the test recorder anymore. Use playwright codegen instead.

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140
Commits
  • cc27d25 test: update client certificate test certs (#2923)
  • bd5b033 chore: roll to 1.54.1 (#2919)
  • 6af4fb2 chore: roll to 1.54.0 (#2913)
  • 3f95752 build(deps): bump pytest from 8.4.0 to 8.4.1 (#2897)
  • 8cd9256 fix: Make context manager exit/aexit signatures compatible with typin...
  • 6157d89 build(deps): bump typing-extensions from 4.13.2 to 4.14.1 (#2912)
  • b7882d9 fix(api): ignore deprecated timeout arg provided to is_visible/hidden (#2905)
  • See full diff 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Bumps the all-minor-patch-updates group with 1 update: [playwright](https://github.com/microsoft/playwright-python).


Updates `playwright` from 1.53.0 to 1.54.0
- [Release notes](https://github.com/microsoft/playwright-python/releases)
- [Commits](microsoft/playwright-python@v1.53.0...v1.54.0)

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: 1.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 23, 2025
Copy link
Contributor

@andrewyang94 andrewyang94 left a comment

Choose a reason for hiding this comment

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

LGTM 🤖

@andrewyang94 andrewyang94 merged commit de715fd into main Jul 29, 2025
4 checks passed
@andrewyang94 andrewyang94 deleted the dependabot/pip/all-minor-patch-updates-2736d3d701 branch July 29, 2025 13:52
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

Development

Successfully merging this pull request may close these issues.

1 participant