We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05bd66c commit fba8f5cCopy full SHA for fba8f5c
requirements.txt
@@ -1,6 +1,6 @@
1
versioneer>=0.18
2
robotframework>=3.2.1
3
playwright==1.15.3
4
-pyppeteer==0.2.5
+pyppeteer==0.2.6
5
# git+https://github.com/qahive/pyppeteer.git@dev2
6
robotframework-libdoc2json>=0.4
setup.py
@@ -40,7 +40,7 @@
40
install_requires=[
41
'robotframework>=3.2.1',
42
'playwright==1.15.3',
43
- 'pyppeteer==0.2.5',
+ 'pyppeteer==0.2.6',
44
],
45
python_requires='>3.6',
46
# test_suite='nose.collector',
0 commit comments