From d7800b087bb150147a26752f4b78220081ebc84d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 07:14:21 +0000 Subject: [PATCH] Bump playwright from 1.15.1 to 1.15.3 Bumps [playwright](https://github.com/Microsoft/playwright-python) from 1.15.1 to 1.15.3. - [Release notes](https://github.com/Microsoft/playwright-python/releases) - [Commits](https://github.com/Microsoft/playwright-python/compare/v1.15.1...v1.15.3) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production update-type: version-update:semver-patch ... 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 c493407..ae792ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ versioneer>=0.18 robotframework>=3.2.1 -playwright==1.15.1 +playwright==1.15.3 pyppeteer==0.2.5 # git+https://github.com/qahive/pyppeteer.git@dev2 robotframework-libdoc2json>=0.4 diff --git a/setup.py b/setup.py index 314ef54..8211020 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ platforms='any', install_requires=[ 'robotframework>=3.2.1', - 'playwright==1.15.1', + 'playwright==1.15.3', 'pyppeteer==0.2.5', ], python_requires='>3.6',