Skip to content

Commit c6d6d76

Browse files
fix(deps): update all dependencies
1 parent dcbf23f commit c6d6d76

File tree

5 files changed

+44
-44
lines changed

5 files changed

+44
-44
lines changed

.github/workflows/devRun.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
timeout-minutes: 15
1919
runs-on: ubuntu-latest
2020
container:
21-
image: mcr.microsoft.com/playwright:v1.55.0
21+
image: mcr.microsoft.com/playwright:v1.56.0
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:
27-
python-version: '3.13'
27+
python-version: '3.14'
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

.github/workflows/nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@ jobs:
3636
needs: setup-matrix
3737
runs-on: ubuntu-latest
3838
container:
39-
image: mcr.microsoft.com/playwright:v1.55.0
39+
image: mcr.microsoft.com/playwright:v1.56.0
4040
strategy:
4141
fail-fast: false
4242
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
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:
48-
python-version: '3.13'
48+
python-version: '3.14'
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

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.33.3
27+
rev: 0.34.0
2828
hooks:
2929
- id: check-github-workflows
3030
args: ["--verbose"]
@@ -36,7 +36,7 @@ repos:
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.0
4040
hooks:
4141
- id: ruff
4242
args: [ --fix ]

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[dependency-groups]
22
dev = [
3-
"ruff==0.12.11",
3+
"ruff==0.14.0",
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
]

uv.lock

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)