From 73a6dbec01af6998efa4547555eff936c7630cd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 04:45:17 +0000 Subject: [PATCH] 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](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] * 1.28 Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka --- .azure/app-cloud-e2e.yml | 2 +- requirements/app/test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure/app-cloud-e2e.yml b/.azure/app-cloud-e2e.yml index 821ffc8c42..f8e933419f 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: diff --git a/requirements/app/test.txt b/requirements/app/test.txt index 2d9a289471..5d000ce1ef 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