From 7c7194b889436838727a08937c44b35e9472c5ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 11:55:50 +0000 Subject: [PATCH] Bump playwright from 1.43.0 to 1.45.1 Bumps [playwright](https://github.com/Microsoft/playwright-python) from 1.43.0 to 1.45.1. - [Release notes](https://github.com/Microsoft/playwright-python/releases) - [Commits](https://github.com/Microsoft/playwright-python/compare/v1.43.0...v1.45.1) --- updated-dependencies: - dependency-name: playwright 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 65c0f5c4a8..e949ad848b 100644 --- a/e2e/requirements.txt +++ b/e2e/requirements.txt @@ -1,2 +1,2 @@ -playwright==1.43.0 +playwright==1.45.1 pytest-playwright==0.4.4