Skip to content

Commit 1721202

Browse files
Bump playwright from 1.16.1 to 1.17.2 (#148)
Bumps [playwright](https://github.com/Microsoft/playwright-python) from 1.16.1 to 1.17.2. - [Release notes](https://github.com/Microsoft/playwright-python/releases) - [Commits](microsoft/playwright-python@v1.16.1...v1.17.2) --- 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 6377156 commit 1721202

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.16.1
3+
playwright==1.17.2
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.16.1',
42+
'playwright==1.17.2',
4343
'pyppeteer==0.2.6',
4444
],
4545
python_requires='>3.6',

0 commit comments

Comments
 (0)