From d9bdb45c68f75824f37df5840cbd2967b4c59535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 11:23:22 +0000 Subject: [PATCH] Bump the e2e-dependencies group across 1 directory with 2 updates Bumps the e2e-dependencies group with 2 updates in the /e2e directory: [playwright](https://github.com/microsoft/playwright-python) and [pytest-playwright](https://github.com/microsoft/playwright-pytest). Updates `playwright` from 1.43.0 to 1.50.0 - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.43.0...v1.50.0) Updates `pytest-playwright` from 0.5.2 to 0.7.0 - [Release notes](https://github.com/microsoft/playwright-pytest/releases) - [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.5.2...v0.7.0) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production update-type: version-update:semver-minor dependency-group: e2e-dependencies - dependency-name: pytest-playwright dependency-type: direct:production update-type: version-update:semver-minor dependency-group: e2e-dependencies ... Signed-off-by: dependabot[bot] --- e2e/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/requirements.txt b/e2e/requirements.txt index 03cf74a06..2e1ea1996 100644 --- a/e2e/requirements.txt +++ b/e2e/requirements.txt @@ -1,2 +1,2 @@ -playwright==1.43.0 -pytest-playwright==0.5.2 +playwright==1.52.0 +pytest-playwright==0.7.0