Skip to content

Commit 56974a2

Browse files
Bump playwright from 1.15.3 to 1.16.1 (#137)
Bumps [playwright](https://github.com/Microsoft/playwright-python) from 1.15.3 to 1.16.1. - [Release notes](https://github.com/Microsoft/playwright-python/releases) - [Commits](microsoft/playwright-python@v1.15.3...v1.16.1) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e46200 commit 56974a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
versioneer>=0.18
22
robotframework>=3.2.1
3-
playwright==1.15.3
3+
playwright==1.16.1
44
pyppeteer==0.2.6
55
# git+https://github.com/qahive/pyppeteer.git@dev2
66
robotframework-libdoc2json>=0.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
platforms='any',
4040
install_requires=[
4141
'robotframework>=3.2.1',
42-
'playwright==1.15.3',
42+
'playwright==1.16.1',
4343
'pyppeteer==0.2.6',
4444
],
4545
python_requires='>3.6',

0 commit comments

Comments
 (0)