From 8c0392f1a43ca8ba00ba33fcc97047f6617b6342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 07:02:35 +0000 Subject: [PATCH] Bump playwright from 1.22.0 to 1.30.0 Bumps [playwright](https://github.com/Microsoft/playwright-python) from 1.22.0 to 1.30.0. - [Release notes](https://github.com/Microsoft/playwright-python/releases) - [Commits](https://github.com/Microsoft/playwright-python/compare/v1.22.0...v1.30.0) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 44bcc8b..298fee3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ versioneer>=0.18 robotframework>=3.2.1 -playwright==1.22.0 +playwright==1.30.0 pyppeteer==1.0.2 robotframework-libdoc2json>=0.4 diff --git a/setup.py b/setup.py index caf3991..233f7b2 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ platforms='any', install_requires=[ 'robotframework>=3.2.1', - 'playwright==1.22.0', + 'playwright==1.30.0', 'pyppeteer==1.0.2', ], python_requires='>3.6',