Skip to content

Commit b39cd1b

Browse files
Update all dependencies
1 parent 9dcb819 commit b39cd1b

5 files changed

Lines changed: 57 additions & 57 deletions

File tree

.github/workflows/devRun.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
- name: Checkout
3030
uses: actions/checkout@v7
3131
- name: Set up Python
32-
uses: actions/setup-python@v6
32+
uses: actions/setup-python@v7
3333
with:
34-
python-version: "3.13"
34+
python-version: "3.14"
3535
- name: Set up uv
36-
uses: astral-sh/setup-uv@v8.2.0
36+
uses: astral-sh/setup-uv@v9.0.0
3737
with:
3838
enable-cache: true
3939
- name: Create venv & install dependencies

.github/workflows/nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
- name: Checkout
4949
uses: actions/checkout@v7
5050
- name: Set up Python
51-
uses: actions/setup-python@v6
51+
uses: actions/setup-python@v7
5252
with:
53-
python-version: "3.13"
53+
python-version: "3.14"
5454
- name: Set up uv
55-
uses: astral-sh/setup-uv@v8.2.0
55+
uses: astral-sh/setup-uv@v9.0.0
5656
with:
5757
enable-cache: true
5858
- name: Create venv & install dependencies

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ repos:
3636
stages: [commit-msg]
3737
args: []
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.15.20
39+
rev: v0.16.2
4040
hooks:
4141
- id: ruff
4242
args: [ --fix ]
4343
continue_on_error: true
4444
- id: ruff-format
4545
continue_on_error: true
4646
- repo: https://github.com/codespell-project/codespell
47-
rev: v2.4.2
47+
rev: v2.4.3
4848
hooks:
4949
- id: codespell
5050
additional_dependencies:

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[dependency-groups]
22
dev = [
3-
"ruff==0.15.20",
4-
"pre-commit==4.6.0",
5-
"pytest-flakiness==1.1.0",
3+
"ruff==0.16.2",
4+
"pre-commit==4.6.1",
5+
"pytest-flakiness==1.2.0",
66
]
77

88
[project]
99
dependencies = [
1010
"allure-pytest==2.16.0",
11-
"axe-playwright-python==0.1.7",
12-
"playwright==1.61.0",
11+
"axe-playwright-python==0.1.8",
12+
"playwright==1.62.0",
1313
"pytest==9.1.1",
1414
"pytest-base-url==2.1.0",
1515
"pytest-playwright==0.8.0",

0 commit comments

Comments
 (0)