From fce54a482cf87f5a2cfbba4702b46fce3329ce54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 17:40:05 +0000 Subject: [PATCH] Bump playwright from 1.28.0 to 1.29.1 in /requirements (#16294) * Bump playwright from 1.28.0 to 1.29.1 in /requirements Bumps [playwright](https://github.com/Microsoft/playwright-python) from 1.28.0 to 1.29.1. - [Release notes](https://github.com/Microsoft/playwright-python/releases) - [Commits](https://github.com/Microsoft/playwright-python/compare/v1.28.0...v1.29.1) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * docker * note 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 | 3 ++- .azure/app-flagships.yml | 2 +- requirements/app/test.txt | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.azure/app-cloud-e2e.yml b/.azure/app-cloud-e2e.yml index b59a861202..15684983b3 100644 --- a/.azure/app-cloud-e2e.yml +++ b/.azure/app-cloud-e2e.yml @@ -51,7 +51,8 @@ jobs: - job: test_e2e pool: "azure-cpus" container: - image: mcr.microsoft.com/playwright/python:v1.28.0-focal + # see all available tags: https://mcr.microsoft.com/en-us/product/playwright/python/tags + image: mcr.microsoft.com/playwright/python:v1.29.1-focal options: "--shm-size=4gb" strategy: matrix: diff --git a/.azure/app-flagships.yml b/.azure/app-flagships.yml index d931e203c7..d42bf8bb64 100644 --- a/.azure/app-flagships.yml +++ b/.azure/app-flagships.yml @@ -36,7 +36,7 @@ jobs: - job: test_flagships pool: azure-cpus container: - image: mcr.microsoft.com/playwright/python:v1.28.0-focal + image: mcr.microsoft.com/playwright/python:v1.29.1-focal options: "--shm-size=4gb" #- Training Studio diff --git a/requirements/app/test.txt b/requirements/app/test.txt index 2d46e72f74..f4fb6bf5f3 100644 --- a/requirements/app/test.txt +++ b/requirements/app/test.txt @@ -5,7 +5,7 @@ pytest-timeout==2.1.0 pytest-cov==4.0.0 pytest-doctestplus>=0.9.0 pytest-asyncio==0.20.3 -playwright==1.28.0 +playwright==1.29.1 httpx trio<0.22.0 pympler