Skip to content

Commit 85c8151

Browse files
Update all dependencies
1 parent 9dcb819 commit 85c8151

5 files changed

Lines changed: 66 additions & 66 deletions

File tree

.github/workflows/devRun.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ jobs:
2424
timeout-minutes: 15
2525
runs-on: ubuntu-latest
2626
container:
27-
image: mcr.microsoft.com/playwright:v1.61.1
27+
image: mcr.microsoft.com/playwright:v1.62.1
2828
steps:
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@v10.0.0
3737
with:
3838
enable-cache: true
3939
- name: Create venv & install dependencies
@@ -74,7 +74,7 @@ jobs:
7474
run: npx -y allure generate allure-results --output allure-report
7575
- name: Allure PR summary
7676
if: always()
77-
uses: allure-framework/allure-action@v0.8.0
77+
uses: allure-framework/allure-action@v0.9.0
7878
with:
7979
report-directory: "./allure-report"
8080
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@ jobs:
4040
needs: setup-matrix
4141
runs-on: ubuntu-latest
4242
container:
43-
image: mcr.microsoft.com/playwright:v1.61.1
43+
image: mcr.microsoft.com/playwright:v1.62.1
4444
strategy:
4545
fail-fast: false
4646
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
4747
steps:
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@v10.0.0
5656
with:
5757
enable-cache: true
5858
- name: Create venv & install dependencies

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: no-commit-to-branch
2525
args: [ '--branch', 'main' ]
2626
- repo: https://github.com/python-jsonschema/check-jsonschema
27-
rev: 0.37.4
27+
rev: 0.38.0
2828
hooks:
2929
- id: check-github-workflows
3030
args: ["--verbose"]
@@ -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.3
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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.3",
4+
"pre-commit==4.6.2",
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",
15-
"pytest-playwright==0.8.0",
15+
"pytest-playwright==0.9.0",
1616
"pytest-split==0.11.0",
1717
"requests==2.34.2"
1818
]

0 commit comments

Comments
 (0)