We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0881e3e commit 66bdba9Copy full SHA for 66bdba9
requirements.txt
@@ -1,5 +1,5 @@
1
versioneer>=0.18
2
robotframework>=3.2.1
3
-playwright==1.21.0
+playwright==1.22.0
4
pyppeteer==1.0.2
5
robotframework-libdoc2json>=0.4
setup.py
@@ -39,7 +39,7 @@
39
platforms='any',
40
install_requires=[
41
'robotframework>=3.2.1',
42
- 'playwright==1.21.0',
+ 'playwright==1.22.0',
43
'pyppeteer==1.0.2',
44
],
45
python_requires='>3.6',
0 commit comments