Skip to content

Commit

Permalink
Bump playwright from 1.15.0 to 1.15.1 (#131)
Browse files Browse the repository at this point in the history
Bumps [playwright](https://github.com/Microsoft/playwright-python) from 1.15.0 to 1.15.1.
- [Release notes](https://github.com/Microsoft/playwright-python/releases)
- [Commits](microsoft/playwright-python@v1.15.0...v1.15.1)

---
updated-dependencies:
- dependency-name: playwright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2021
1 parent b64d3c7 commit 34b371e
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.0
playwright==1.15.1
pyppeteer==0.2.5
# 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 @@ -39,7 +39,7 @@
platforms='any',
install_requires=[
'robotframework>=3.2.1',
'playwright==1.15.0',
'playwright==1.15.1',
'pyppeteer==0.2.5',
],
python_requires='>3.6',
Expand Down

0 comments on commit 34b371e

Please sign in to comment.