From 63a644759725cb0a6d6d29eebeea3654d73a90b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 07:13:29 +0000 Subject: [PATCH] Bump playwright from 1.16.1 to 1.17.0 Bumps [playwright](https://github.com/Microsoft/playwright-python) from 1.16.1 to 1.17.0. - [Release notes](https://github.com/Microsoft/playwright-python/releases) - [Commits](https://github.com/Microsoft/playwright-python/compare/v1.16.1...v1.17.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 9dbd586..29a3f8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ versioneer>=0.18 robotframework>=3.2.1 -playwright==1.16.1 +playwright==1.17.0 pyppeteer==0.2.6 # git+https://github.com/qahive/pyppeteer.git@dev2 robotframework-libdoc2json>=0.4 diff --git a/setup.py b/setup.py index 3201958..d8c9939 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ platforms='any', install_requires=[ 'robotframework>=3.2.1', - 'playwright==1.16.1', + 'playwright==1.17.0', 'pyppeteer==0.2.6', ], python_requires='>3.6',