From 88626fcdffe0e823c2a5107a9465cb2b21707a36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 11:00:13 +0000 Subject: [PATCH] build: Bump playwright from 1.40.0 to 1.42.0 Bumps [playwright](https://github.com/Microsoft/playwright-python) from 1.40.0 to 1.42.0. - [Release notes](https://github.com/Microsoft/playwright-python/releases) - [Commits](https://github.com/Microsoft/playwright-python/compare/v1.40.0...v1.42.0) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 61ec826c..04bc56cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ test = [ "pytest-aiohttp==1.0.5", "pytest-mock==3.12.0", "pytest-timeout==2.3.1", - "playwright==1.40.0", + "playwright==1.42.0", ] lint = [