Skip to content

Commit 94b2ac5

Browse files
Bump playwright from 1.27.1 to 1.28.0 in /requirements (#15903)
* Bump playwright from 1.27.1 to 1.28.0 in /requirements Bumps [playwright](https://github.com/Microsoft/playwright-python) from 1.27.1 to 1.28.0. - [Release notes](https://github.com/Microsoft/playwright-python/releases) - [Commits](microsoft/playwright-python@v1.27.1...v1.28.0) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * 1.28 Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka <[email protected]> (cherry picked from commit 73a6dbe)
1 parent b29355c commit 94b2ac5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure/app-cloud-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- job: App_cloud_e2e_testing
5252
pool: azure-cpus
5353
container:
54-
image: mcr.microsoft.com/playwright/python:v1.27.1-focal
54+
image: mcr.microsoft.com/playwright/python:v1.28.0-focal
5555
options: "--shm-size=4gb"
5656
strategy:
5757
matrix:

requirements/app/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pytest==7.2.0
44
pytest-timeout==2.1.0
55
pytest-cov==4.0.0
66
pytest-doctestplus>=0.9.0
7-
playwright==1.27.1
7+
playwright==1.28.0
88
httpx
99
trio<0.22.0
1010
pympler

0 commit comments

Comments
 (0)