From 4ffea351145895e49a7e4b74a1036053737f96be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 11:52:39 +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.49.1 - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.43.0...v1.49.1) Updates `pytest-playwright` from 0.5.2 to 0.6.2 - [Release notes](https://github.com/microsoft/playwright-pytest/releases) - [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.5.2...v0.6.2) --- 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..8f45a92db 100644 --- a/e2e/requirements.txt +++ b/e2e/requirements.txt @@ -1,2 +1,2 @@ -playwright==1.43.0 -pytest-playwright==0.5.2 +playwright==1.49.1 +pytest-playwright==0.6.2