From dab535dcffca0a313bb974701f1ec3b0ec39debb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 11:25:57 +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.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..9cbbe2e32 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.7.0