File tree Expand file tree Collapse file tree 5 files changed +41
-41
lines changed Expand file tree Collapse file tree 5 files changed +41
-41
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
2222 steps :
2323 - uses : actions/checkout@v5
2424 - name : Set up Python
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : ' 3.13'
2828 - name : Set up uv
29- uses : astral-sh/setup-uv@v6
29+ uses : astral-sh/setup-uv@v7
3030 with :
3131 enable-cache : true
3232 - name : Create venv & install dependencies
Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ jobs:
4343 steps :
4444 - uses : actions/checkout@v5
4545 - name : Set up Python
46- uses : actions/setup-python@v5
46+ uses : actions/setup-python@v6
4747 with :
4848 python-version : ' 3.13'
4949 - name : Set up uv
50- uses : astral-sh/setup-uv@v6
50+ uses : astral-sh/setup-uv@v7
5151 with :
5252 enable-cache : true
5353 - name : Create venv & install dependencies
Original file line number Diff line number Diff line change @@ -24,19 +24,19 @@ repos:
2424 - id : no-commit-to-branch
2525 args : [ '--branch', 'main' ]
2626 - repo : https://github.com/python-jsonschema/check-jsonschema
27- rev : 0.33.3
27+ rev : 0.34.1
2828 hooks :
2929 - id : check-github-workflows
3030 args : ["--verbose"]
3131 - id : check-renovate
3232 - repo : https://github.com/compilerla/conventional-pre-commit
33- rev : v4.2 .0
33+ rev : v4.3 .0
3434 hooks :
3535 - id : conventional-pre-commit
3636 stages : [commit-msg]
3737 args : []
3838 - repo : https://github.com/astral-sh/ruff-pre-commit
39- rev : v0.12.11
39+ rev : v0.14.1
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.11 " ,
3+ " ruff==0.14.1 " ,
44 " pre-commit==4.3.0"
55]
66
@@ -9,9 +9,9 @@ dependencies = [
99 " allure-pytest==2.15.0" ,
1010 " axe-playwright-python==0.1.5" ,
1111 " playwright==1.55.0" ,
12- " pytest==8.4.1 " ,
12+ " pytest==8.4.2 " ,
1313 " pytest-base-url==2.1.0" ,
14- " pytest-playwright==0.7.0 " ,
14+ " pytest-playwright==0.7.1 " ,
1515 " pytest-split==0.10.0" ,
1616 " requests==2.32.5"
1717]
You can’t perform that action at this time.
0 commit comments