From 857e261ae07e74b0e91420d9d0d6c35274758fac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 11:08:00 +0000 Subject: [PATCH] build(deps-dev): bump playwright from 1.38.0 to 1.41.2 Bumps [playwright](https://github.com/Microsoft/playwright-python) from 1.38.0 to 1.41.2. - [Release notes](https://github.com/Microsoft/playwright-python/releases) - [Commits](https://github.com/Microsoft/playwright-python/compare/v1.38.0...v1.41.2) --- 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 dc593ba..997e81f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ test = [ "pytest==7.4.3", "pytest-timeout==2.2.0", "pytest-asyncio==0.23.0", - "playwright==1.38.0", + "playwright==1.41.2", "rlpython", ]