Bump playwright from 1.30.0 to 1.32.1 in /requirements (#17537)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka <jirka.borovec@seznam.cz> Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
This commit is contained in:
parent
294c3b8cca
commit
9eedf7ae4b
|
@ -60,7 +60,7 @@ jobs:
|
|||
pool: "azure-cpus"
|
||||
container:
|
||||
# see all available tags: https://mcr.microsoft.com/en-us/product/playwright/python/tags
|
||||
image: mcr.microsoft.com/playwright/python:v1.30.0-focal
|
||||
image: mcr.microsoft.com/playwright/python:v1.32.1-focal
|
||||
options: "--shm-size=4gb"
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
if: github.event.pull_request.draft == false
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: mcr.microsoft.com/playwright/python:v1.30.0-focal
|
||||
image: mcr.microsoft.com/playwright/python:v1.32.1-focal
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
@ -5,7 +5,7 @@ pytest-cov ==4.0.0
|
|||
pytest-doctestplus >=0.9.0
|
||||
pytest-asyncio ==0.20.3
|
||||
pytest-rerunfailures <=11.1.2
|
||||
playwright ==1.30.0
|
||||
playwright ==1.32.1
|
||||
httpx
|
||||
trio <0.22.0 # strict https://github.com/python-trio/trio/pull/2213
|
||||
pympler
|
||||
|
|
Loading…
Reference in New Issue