From fa373975914bf1506d10ee45346bf747430d06b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 01:42:33 +0000 Subject: [PATCH 1/2] 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](https://github.com/Microsoft/playwright-python/compare/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] --- requirements/app/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/app/test.txt b/requirements/app/test.txt index 1d1bcf271974f..ddbe7f1e0be12 100644 --- a/requirements/app/test.txt +++ b/requirements/app/test.txt @@ -4,7 +4,7 @@ pytest==7.2.0 pytest-timeout==2.1.0 pytest-cov==4.0.0 pytest-doctestplus>=0.9.0 -playwright==1.27.1 +playwright==1.28.0 httpx trio<0.22.0 pympler From f6583107cc5aaa0068d7ea1958446dc2c7ff2424 Mon Sep 17 00:00:00 2001 From: Jirka Date: Mon, 5 Dec 2022 03:03:11 +0100 Subject: [PATCH 2/2] 1.28 --- .azure/app-cloud-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/app-cloud-e2e.yml b/.azure/app-cloud-e2e.yml index 971210d840fe0..0d0550141a32f 100644 --- a/.azure/app-cloud-e2e.yml +++ b/.azure/app-cloud-e2e.yml @@ -51,7 +51,7 @@ jobs: - job: App_cloud_e2e_testing pool: azure-cpus container: - image: mcr.microsoft.com/playwright/python:v1.27.1-focal + image: mcr.microsoft.com/playwright/python:v1.28.0-focal options: "--shm-size=4gb" strategy: matrix: