Skip to content

Commit

Permalink
Bump pyppeteer from 0.2.5 to 0.2.6
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 6, 2021
1 parent 05bd66c commit 8175f39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
versioneer>=0.18
robotframework>=3.2.1
playwright==1.15.3
pyppeteer==0.2.5
pyppeteer==0.2.6
# git+https://github.com/qahive/pyppeteer.git@dev2
robotframework-libdoc2json>=0.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
install_requires=[
'robotframework>=3.2.1',
'playwright==1.15.3',
'pyppeteer==0.2.5',
'pyppeteer==0.2.6',
],
python_requires='>3.6',
# test_suite='nose.collector',
Expand Down

0 comments on commit 8175f39

Please sign in to comment.