Skip to content

Commit 66bdba9

Browse files
Bump playwright from 1.21.0 to 1.22.0 (#167)
Bumps [playwright](https://github.com/Microsoft/playwright-python) from 1.21.0 to 1.22.0. - [Release notes](https://github.com/Microsoft/playwright-python/releases) - [Commits](microsoft/playwright-python@v1.21.0...v1.22.0) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0881e3e commit 66bdba9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
versioneer>=0.18
22
robotframework>=3.2.1
3-
playwright==1.21.0
3+
playwright==1.22.0
44
pyppeteer==1.0.2
55
robotframework-libdoc2json>=0.4

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
platforms='any',
4040
install_requires=[
4141
'robotframework>=3.2.1',
42-
'playwright==1.21.0',
42+
'playwright==1.22.0',
4343
'pyppeteer==1.0.2',
4444
],
4545
python_requires='>3.6',

0 commit comments

Comments
 (0)