Bump playwright from 1.32.1 to 1.35.0 in /requirements (#17835)
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
d79bdb5092
commit
2c53075d64
|
@ -29,7 +29,7 @@ jobs:
|
|||
if: github.event.pull_request.draft == false
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: mcr.microsoft.com/playwright/python:v1.32.1-focal
|
||||
image: mcr.microsoft.com/playwright/python:v1.35.0-focal
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
@ -7,7 +7,7 @@ pytest-asyncio ==0.20.3
|
|||
# pytest-random-order ==1.1.0
|
||||
pytest-rerunfailures <=11.1.2
|
||||
|
||||
playwright ==1.32.1
|
||||
playwright ==1.35.0
|
||||
httpx ==0.24.0
|
||||
trio <0.22.0 # strict https://github.com/python-trio/trio/pull/2213
|
||||
pympler
|
||||
|
|
Loading…
Reference in New Issue