From ce38e641b2b2b401aa135dcdb3f85ad4d2cb4aa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 02:29:54 +0000 Subject: [PATCH] build: Bump playwright from 1.45.0 to 1.47.0 Bumps [playwright](https://github.com/Microsoft/playwright-python) from 1.45.0 to 1.47.0. - [Release notes](https://github.com/Microsoft/playwright-python/releases) - [Commits](https://github.com/Microsoft/playwright-python/compare/v1.45.0...v1.47.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 4551ac3a..9c59d50f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ test = [ "pytest-aiohttp==1.0.5", "pytest-mock==3.14.0", "pytest-timeout==2.3.1", - "playwright==1.45.0", + "playwright==1.47.0", ] lint = [