Bump playwright from 1.35.0 to 1.36.0 in /requirements (#18247)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-08 09:43:57 +02:00 committed by GitHub
parent 301e3db5ae
commit 272e377788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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.32.1-focal
image: mcr.microsoft.com/playwright/python:v1.36.0-focal
options: "--shm-size=4gb"
strategy:
matrix:

View File

@ -29,7 +29,7 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright/python:v1.35.0-focal
image: mcr.microsoft.com/playwright/python:v1.36.0-focal
strategy:
fail-fast: false
matrix:

View File

@ -7,7 +7,7 @@ pytest-asyncio ==0.21.1
# pytest-random-order ==1.1.0
pytest-rerunfailures <=11.1.2
playwright ==1.35.0
playwright ==1.36.0
httpx ==0.24.1
trio <0.22.0 # strict https://github.com/python-trio/trio/pull/2213
pympler