Skip to content

Commit 4e6874b

Browse files
fix(deps): update all dependencies
1 parent 5750fbb commit 4e6874b

File tree

5 files changed

+210
-209
lines changed

5 files changed

+210
-209
lines changed

.github/workflows/devRun.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
timeout-minutes: 15
1515
runs-on: ubuntu-latest
1616
container:
17-
image: mcr.microsoft.com/playwright:v1.51.0-jammy
17+
image: mcr.microsoft.com/playwright:v1.52.0-jammy
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Set up Python
2121
uses: actions/setup-python@v5
2222
with:
2323
python-version: '3.13'
2424
- name: Set up uv
25-
uses: astral-sh/setup-uv@v5
25+
uses: astral-sh/setup-uv@v6
2626
with:
2727
enable-cache: true
2828
- name: Create venv & install dependencies

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
needs: setup-matrix
3333
runs-on: ubuntu-latest
3434
container:
35-
image: mcr.microsoft.com/playwright:v1.51.0-jammy
35+
image: mcr.microsoft.com/playwright:v1.52.0-jammy
3636
strategy:
3737
fail-fast: false
3838
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
python-version: '3.13'
4545
- name: Set up uv
46-
uses: astral-sh/setup-uv@v5
46+
uses: astral-sh/setup-uv@v6
4747
with:
4848
enable-cache: true
4949
- name: Create venv & install dependencies

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.32.1
27+
rev: 0.33.0
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.0.0
33+
rev: v4.1.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.11.4
39+
rev: v0.11.8
4040
hooks:
4141
- id: ruff
4242
args: [ --fix ]

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ requires = ["hatchling"]
44

55
[dependency-groups]
66
dev = [
7-
"ruff==0.11.4",
7+
"ruff==0.11.8",
88
"pre-commit==4.2.0"
99
]
1010

1111
[project]
1212
authors = [{name = "nirtal85", email = "nirt236@gmail.com"}]
1313
dependencies = [
14-
"allure-pytest==2.13.5",
14+
"allure-pytest==2.14.1",
1515
"axe-playwright-python==0.1.4",
16-
"playwright==1.51.0",
16+
"playwright==1.52.0",
1717
"pytest==8.3.5",
1818
"pytest-base-url==2.1.0",
1919
"pytest-playwright==0.7.0",

0 commit comments

Comments
 (0)