File tree Expand file tree Collapse file tree 5 files changed +62
-62
lines changed Expand file tree Collapse file tree 5 files changed +62
-62
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.52.0
21+ image : mcr.microsoft.com/playwright:v1.53.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.52.0
39+ image : mcr.microsoft.com/playwright:v1.53.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.0
27+ rev : 0.33.1
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.11.12
39+ rev : v0.12.1
4040 hooks :
4141 - id : ruff
4242 args : [ --fix ]
5555 - id : validate-pyproject
5656 additional_dependencies : ["validate-pyproject-schema-store[all]"]
5757 - repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
58- rev : v2.14 .0
58+ rev : v2.15 .0
5959 hooks :
6060 - id : pretty-format-toml
6161 exclude : poetry.lock
Original file line number Diff line number Diff line change 11[dependency-groups ]
22dev = [
3- " ruff==0.11.12 " ,
3+ " ruff==0.12.1 " ,
44 " pre-commit==4.2.0"
55]
66
77[project ]
88dependencies = [
9- " allure-pytest==2.14.2 " ,
10- " axe-playwright-python==0.1.4 " ,
11- " playwright==1.52 .0" ,
12- " pytest==8.4.0 " ,
9+ " allure-pytest==2.14.3 " ,
10+ " axe-playwright-python==0.1.5 " ,
11+ " playwright==1.53 .0" ,
12+ " pytest==8.4.1 " ,
1313 " pytest-base-url==2.1.0" ,
1414 " pytest-playwright==0.7.0" ,
1515 " pytest-split==0.10.0" ,
16- " requests==2.32.3 "
16+ " requests==2.32.4 "
1717]
1818description = " Playwright Python example project with pytest and Allure report"
1919name = " playwright-python"
You can’t perform that action at this time.
0 commit comments