From c592faa8ab98ffe469fd737b06859d2df96b6e20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 01:08:33 +0000 Subject: [PATCH] deps(deps): bump the ui-automation group across 1 directory with 2 updates Bumps the ui-automation group with 2 updates in the / directory: [playwright](https://github.com/microsoft/playwright-python) and [selenium](https://github.com/SeleniumHQ/Selenium). Updates `playwright` from 1.60.0 to 1.61.0 - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.60.0...v1.61.0) Updates `selenium` from 4.45.0 to 4.46.0 - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.45.0...selenium-4.46.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.61.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui-automation - dependency-name: selenium dependency-version: 4.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui-automation ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- requirements/mobile.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 2b03723c..d853fb06 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -13,7 +13,7 @@ allure-pytest>=2.16.0 pytest-bdd==8.1.0 # UI 自动化 -playwright==1.60.0 +playwright==1.61.0 # API 测试 requests==2.33.0 diff --git a/requirements/mobile.txt b/requirements/mobile.txt index 1f07c968..3f3772a2 100644 --- a/requirements/mobile.txt +++ b/requirements/mobile.txt @@ -3,4 +3,4 @@ -r base.txt Appium-Python-Client==5.3.1 -selenium==4.45.0 +selenium==4.46.0