Skip to content

Commit 8409493

Browse files
Bump playwright from 1.10.0 to 1.11.1 (#116)
Bumps [playwright](https://github.com/Microsoft/playwright-python) from 1.10.0 to 1.11.1. - [Release notes](https://github.com/Microsoft/playwright-python/releases) - [Commits](microsoft/playwright-python@v1.10.0...v1.11.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 0dd97e7 commit 8409493

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.10.0
3+
playwright==1.11.1
44
pyppeteer==0.2.5
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.10.0',
42+
'playwright==1.11.1',
4343
'pyppeteer==0.2.5',
4444
],
4545
python_requires='>3.6',

0 commit comments

Comments
 (0)