File tree Expand file tree Collapse file tree 5 files changed +47
-47
lines changed Expand file tree Collapse file tree 5 files changed +47
-47
lines changed Original file line number Diff line number Diff line change 1818 timeout-minutes : 15
1919 runs-on : ubuntu-latest
2020 container :
21- image : mcr.microsoft.com/playwright:v1.53 .2
21+ image : mcr.microsoft.com/playwright:v1.54 .2
2222 steps :
2323 - uses : actions/checkout@v4
2424 - name : Set up Python
Original file line number Diff line number Diff line change 3636 needs : setup-matrix
3737 runs-on : ubuntu-latest
3838 container :
39- image : mcr.microsoft.com/playwright:v1.53 .2
39+ image : mcr.microsoft.com/playwright:v1.54 .2
4040 strategy :
4141 fail-fast : false
4242 matrix : ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
Original file line number Diff line number Diff line change 2424 - id : no-commit-to-branch
2525 args : [ '--branch', 'main' ]
2626 - repo : https://github.com/python-jsonschema/check-jsonschema
27- rev : 0.33.1
27+ rev : 0.33.2
2828 hooks :
2929 - id : check-github-workflows
3030 args : ["--verbose"]
3636 stages : [commit-msg]
3737 args : []
3838 - repo : https://github.com/astral-sh/ruff-pre-commit
39- rev : v0.12.1
39+ rev : v0.12.7
4040 hooks :
4141 - id : ruff
4242 args : [ --fix ]
Original file line number Diff line number Diff line change 11[dependency-groups ]
22dev = [
3- " ruff==0.12.1 " ,
3+ " ruff==0.12.7 " ,
44 " pre-commit==4.2.0"
55]
66
77[project ]
88dependencies = [
9- " allure-pytest==2.14.3 " ,
9+ " allure-pytest==2.15.0 " ,
1010 " axe-playwright-python==0.1.5" ,
11- " playwright==1.53 .0" ,
11+ " playwright==1.54 .0" ,
1212 " pytest==8.4.1" ,
1313 " pytest-base-url==2.1.0" ,
1414 " pytest-playwright==0.7.0" ,
You can’t perform that action at this time.
0 commit comments