File tree Expand file tree Collapse file tree 5 files changed +44
-44
lines changed Expand file tree Collapse file tree 5 files changed +44
-44
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
18
18
timeout-minutes : 15
19
19
runs-on : ubuntu-latest
20
20
container :
21
- image : mcr.microsoft.com/playwright:v1.55 .0
21
+ image : mcr.microsoft.com/playwright:v1.56 .0
22
22
steps :
23
23
- uses : actions/checkout@v5
24
24
- name : Set up Python
25
- uses : actions/setup-python@v5
25
+ uses : actions/setup-python@v6
26
26
with :
27
- python-version : ' 3.13 '
27
+ python-version : ' 3.14 '
28
28
- name : Set up uv
29
- uses : astral-sh/setup-uv@v6
29
+ uses : astral-sh/setup-uv@v7
30
30
with :
31
31
enable-cache : true
32
32
- name : Create venv & install dependencies
Original file line number Diff line number Diff line change @@ -36,18 +36,18 @@ jobs:
36
36
needs : setup-matrix
37
37
runs-on : ubuntu-latest
38
38
container :
39
- image : mcr.microsoft.com/playwright:v1.55 .0
39
+ image : mcr.microsoft.com/playwright:v1.56 .0
40
40
strategy :
41
41
fail-fast : false
42
42
matrix : ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
43
43
steps :
44
44
- uses : actions/checkout@v5
45
45
- name : Set up Python
46
- uses : actions/setup-python@v5
46
+ uses : actions/setup-python@v6
47
47
with :
48
- python-version : ' 3.13 '
48
+ python-version : ' 3.14 '
49
49
- name : Set up uv
50
- uses : astral-sh/setup-uv@v6
50
+ uses : astral-sh/setup-uv@v7
51
51
with :
52
52
enable-cache : true
53
53
- name : Create venv & install dependencies
Original file line number Diff line number Diff line change 24
24
- id : no-commit-to-branch
25
25
args : [ '--branch', 'main' ]
26
26
- repo : https://github.com/python-jsonschema/check-jsonschema
27
- rev : 0.33.3
27
+ rev : 0.34.0
28
28
hooks :
29
29
- id : check-github-workflows
30
30
args : ["--verbose"]
36
36
stages : [commit-msg]
37
37
args : []
38
38
- repo : https://github.com/astral-sh/ruff-pre-commit
39
- rev : v0.12.11
39
+ rev : v0.14.0
40
40
hooks :
41
41
- id : ruff
42
42
args : [ --fix ]
Original file line number Diff line number Diff line change 1
1
[dependency-groups ]
2
2
dev = [
3
- " ruff==0.12.11 " ,
3
+ " ruff==0.14.0 " ,
4
4
" pre-commit==4.3.0"
5
5
]
6
6
@@ -9,9 +9,9 @@ dependencies = [
9
9
" allure-pytest==2.15.0" ,
10
10
" axe-playwright-python==0.1.5" ,
11
11
" playwright==1.55.0" ,
12
- " pytest==8.4.1 " ,
12
+ " pytest==8.4.2 " ,
13
13
" pytest-base-url==2.1.0" ,
14
- " pytest-playwright==0.7.0 " ,
14
+ " pytest-playwright==0.7.1 " ,
15
15
" pytest-split==0.10.0" ,
16
16
" requests==2.32.5"
17
17
]
You can’t perform that action at this time.
0 commit comments