From 39d379bd28b8547834c1e9f6c070b83d78ae270c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 12:43:23 +0000 Subject: [PATCH] Bump playwright from 1.43.0 to 1.53.0 Bumps [playwright](https://github.com/microsoft/playwright-python) from 1.43.0 to 1.53.0. - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.43.0...v1.53.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.53.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- e2e/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/requirements.txt b/e2e/requirements.txt index 03cf74a06e..034e018749 100644 --- a/e2e/requirements.txt +++ b/e2e/requirements.txt @@ -1,2 +1,2 @@ -playwright==1.43.0 +playwright==1.53.0 pytest-playwright==0.5.2