Skip to content

Commit fba8f5c

Browse files
Bump pyppeteer from 0.2.5 to 0.2.6 (#125)
Bumps [pyppeteer](https://github.com/pyppeteer/pyppeteer) from 0.2.5 to 0.2.6. - [Release notes](https://github.com/pyppeteer/pyppeteer/releases) - [Changelog](https://github.com/pyppeteer/pyppeteer/blob/dev/CHANGELOG.md) - [Commits](pyppeteer/pyppeteer@0.2.5...0.2.6) --- updated-dependencies: - dependency-name: pyppeteer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 05bd66c commit fba8f5c

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
33
playwright==1.15.3
4-
pyppeteer==0.2.5
4+
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
@@ -40,7 +40,7 @@
4040
install_requires=[
4141
'robotframework>=3.2.1',
4242
'playwright==1.15.3',
43-
'pyppeteer==0.2.5',
43+
'pyppeteer==0.2.6',
4444
],
4545
python_requires='>3.6',
4646
# test_suite='nose.collector',

0 commit comments

Comments
 (0)