Skip to content

deps(deps): bump the ui-automation group across 1 directory with 3 updates - #443

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/ui-automation-47daead06e
Open

deps(deps): bump the ui-automation group across 1 directory with 3 updates#443
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/ui-automation-47daead06e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the ui-automation group with 3 updates in the / directory: playwright, appium-python-client and selenium.

Updates playwright from 1.60.0 to 1.62.0

Release notes

Sourced from playwright's releases.

v1.62.0

🖼️ WebP screenshots

page.screenshot() and locator.screenshot() can now capture screenshots in the WebP format. Playwright infers the format from a .webp file extension, or you can set the type explicitly. Quality 100 (the default) is lossless, while lower values use lossy compression:

page.screenshot(path="homepage.webp", quality=50)

New APIs

  • New scroll option ("auto" | "none") on actions to opt out of Playwright's automatic scrolling into view.
  • New locator.wait_for_function() waits until a function called with the matching element returns a truthy value.
  • New apiResponse.timing() returns resource timing information for an API response.

Announcements

  • 📋 The clipboard is now isolated from the operating system in headless mode, so tests that use navigator.clipboard no longer read or overwrite the clipboard of the machine running them.
  • ⚠️ Debian 11 is not supported anymore.

Browser Versions

  • Chromium 151.0.7922.34
  • Mozilla Firefox 153.0
  • WebKit 26.5

This version was also tested against the following stable channels:

  • Google Chrome 151
  • Microsoft Edge 151

v1.61.0

🔑 WebAuthn passkeys

New Credentials virtual authenticator, available via browserContext.credentials, lets tests register passkeys and answer navigator.credentials.create() / navigator.credentials.get() ceremonies in the page — no real hardware key required, works in all browsers:

context = browser.new_context()
Seed a passkey your backend provisioned for a test user.
context.credentials.create("example.com",
id=credential_id,
user_handle=user_handle,
private_key=private_key,
public_key=public_key,
)
context.credentials.install()
page = context.new_page()
page.goto("https://example.com/login")
The page's navigator.credentials.get() is answered with the seeded passkey.

You can also let the app register a passkey once in a setup test, read it back with credentials.get(), and seed it into later tests — see Credentials for details.

... (truncated)

Commits
  • 3b7c24c chore: roll Playwright to 1.62.0 (#3161)
  • 1db079f build(deps): bump typing-extensions from 4.15.0 to 4.16.0 (#3162)
  • 8335307 build(deps): bump greenlet from 3.5.3 to 3.5.4 (#3163)
  • 5c71b2b build(deps): bump mypy from 2.1.0 to 2.3.0 (#3150)
  • d0c8d03 build(deps-dev): bump setuptools-scm from 9.2.2 to 10.2.1 (#3151)
  • ca0319c build(deps): bump build from 1.4.4 to 1.5.0 (#3152)
  • 53802fe build(deps): bump requests from 2.33.0 to 2.34.2 (#3153)
  • 9bc998f build(deps): bump actions/setup-python from 6 to 7 in the actions group (#3154)
  • 9a10128 perf: speed up Python stack capture (#3147)
  • c3eff76 fix: show not_ prefix in call log when negative assertions fail (#3033)
  • Additional commits viewable in compare view

Updates appium-python-client from 5.3.1 to 6.0.0

Release notes

Sourced from appium-python-client's releases.

v6.0.0 (2026-08-08)

Breaking Changes

  • Removed legacy Appium endpoint calls from commands which can be replaced with extensions
  • Removed CanRememberExtensionPresence used only for the legacy endpoint support #1269

Bug Fixes

  • Return int bitmask from set_network_connection (#1258, 9097a5a)

Chores

  • Add a blank line before version v5.2.7 in CHANGELOG.md (dc47ec4)

  • Remove setup.py (#1218, 0f549c3)

  • Unify ruff version in pyproject.toml and pre-commit-config.yaml (#1241, 16a3429)

  • deps: Bump gitpython from 3.1.46 to 3.1.47 (#1222, a712427)

  • deps: Bump gitpython from 3.1.54 to 3.1.57 (#1270, ad193d1)

  • deps: Bump idna from 3.11 to 3.15 (#1229, f268e84)

  • deps: Bump pygments from 2.19.2 to 2.20.0 (#1213, 064aeaf)

  • deps-dev: Bump ruff from 0.15.11 to 0.15.12 (#1223, 15b94bd)

  • deps-dev: Bump ruff from 0.15.12 to 0.15.13 (#1228, afbface)

  • deps-dev: Bump ruff from 0.15.13 to 0.15.14 (#1231, e374b78)

  • deps-dev: Bump ruff from 0.15.14 to 0.15.15 (#1232, 2a05afc)

  • deps-dev: Bump ruff from 0.15.15 to 0.15.16 (#1234, 5389384)

  • deps-dev: Bump ruff from 0.15.16 to 0.15.17 (#1235, 00325db)

  • deps-dev: Bump ruff from 0.16.0 to 0.16.1 (#1268, a65dc2b)

Continuous Integration

  • Disable auto release to release breaking changes in one release (9034ad6)

  • deps: Bump actions/cache from 5 to 6 (#1240, e4e7a79)

  • deps: Bump actions/checkout from 6 to 7 (#1237, c3c844f)

... (truncated)

Changelog

Sourced from appium-python-client's changelog.

v6.0.0 (2026-08-08)

Breaking Changes

  • Removed legacy Appium endpoint calls from commands which can be replaced with extensions
  • Removed CanRememberExtensionPresence used only for the legacy endpoint support #1269

Bug Fixes

  • Return int bitmask from set_network_connection (#1258, 9097a5a)

Chores

  • Add a blank line before version v5.2.7 in CHANGELOG.md (dc47ec4)

  • Remove setup.py (#1218, 0f549c3)

  • Unify ruff version in pyproject.toml and pre-commit-config.yaml (#1241, 16a3429)

  • deps: Bump gitpython from 3.1.46 to 3.1.47 (#1222, a712427)

  • deps: Bump gitpython from 3.1.54 to 3.1.57 (#1270, ad193d1)

  • deps: Bump idna from 3.11 to 3.15 (#1229, f268e84)

  • deps: Bump pygments from 2.19.2 to 2.20.0 (#1213, 064aeaf)

  • deps-dev: Bump ruff from 0.15.11 to 0.15.12 (#1223, 15b94bd)

  • deps-dev: Bump ruff from 0.15.12 to 0.15.13 (#1228, afbface)

... (truncated)

Commits

Updates selenium from 4.45.0 to 4.47.0

Release notes

Sourced from selenium's releases.

Selenium 4.47.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript

What's Changed

... (truncated)

Commits
  • 9175ed9 [build] Prepare for release of selenium-4.47.0 (#17896)
  • abc24f4 [build] Automated Browser Version Update (#17880)
  • f369e9f [rust] Test Selenium Manager on Linux arm64 (#16045)
  • f72f9ec [build] Add java:local_dev rake task for IntelliJ IDEA project setup (#17771)
  • 8d23c98 [py] Ensure driver service subprocess resources are cleaned up (#17889)
  • 076d428 [dotnet] [bidi] Remove optional command timeout in command options (#17891)
  • 6b2b086 [java] Fix By.name() double String.format on names containing '%' (#17888)
  • 06a692e [py] fix no_proxy matching so empty entries and substrings do not bypass the ...
  • d879eda [java] Fix By.className()/By.id() misescaping non-ASCII leading digits (#17815)
  • 4f1e333 [dotnet] [bidi] Make BiDi transport factories composable (#17877)
  • 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

…dates

Bumps the ui-automation group with 3 updates in the / directory: [playwright](https://github.com/microsoft/playwright-python), [appium-python-client](https://github.com/appium/python-client) and [selenium](https://github.com/SeleniumHQ/Selenium).


Updates `playwright` from 1.60.0 to 1.62.0
- [Release notes](https://github.com/microsoft/playwright-python/releases)
- [Commits](microsoft/playwright-python@v1.60.0...v1.62.0)

Updates `appium-python-client` from 5.3.1 to 6.0.0
- [Release notes](https://github.com/appium/python-client/releases)
- [Changelog](https://github.com/appium/python-client/blob/master/CHANGELOG.md)
- [Commits](appium/python-client@v5.3.1...v6.0.0)

Updates `selenium` from 4.45.0 to 4.47.0
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.45.0...selenium-4.47.0)

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: 1.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui-automation
- dependency-name: appium-python-client
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ui-automation
- dependency-name: selenium
  dependency-version: 4.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui-automation
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pip Python pip 依赖升级 labels Aug 17, 2026
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 pip Python pip 依赖升级

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants