From 1bd9c1c677fbdda93cae606d9f05843c28d7aba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 01:07:37 +0000 Subject: [PATCH] deps(deps): bump playwright in the ui-automation group Bumps the ui-automation group with 1 update: [playwright](https://github.com/microsoft/playwright-python). 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) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.61.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui-automation ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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