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] <support@github.com> * docker * note Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka <jirka.borovec@seznam.cz>
This commit is contained in:
parent
e8cbeb4a7c
commit
fce54a482c
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue