From 631863b97253fd6f07047b44ea5eb0e7960fb7a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 02:26:51 +0000 Subject: [PATCH] build(deps-dev): bump playwright from 1.41.2 to 1.43.0 Bumps [playwright](https://github.com/Microsoft/playwright-python) from 1.41.2 to 1.43.0. - [Release notes](https://github.com/Microsoft/playwright-python/releases) - [Commits](https://github.com/Microsoft/playwright-python/compare/v1.41.2...v1.43.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 cb07e07..e8fb050 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ test = [ "pytest==8.1.1", "pytest-timeout==2.2.0", "pytest-asyncio==0.23.5", - "playwright==1.41.2", + "playwright==1.43.0", "rlpython", ]