Skip to content

Commit 2017af1

Browse files
authored
Merge pull request #208 from nirtal85/renovate/all
fix(deps): update all dependencies
2 parents 3960d3d + fed7932 commit 2017af1

File tree

5 files changed

+47
-47
lines changed

5 files changed

+47
-47
lines changed

.github/workflows/devRun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 15
1919
runs-on: ubuntu-latest
2020
container:
21-
image: mcr.microsoft.com/playwright:v1.53.2
21+
image: mcr.microsoft.com/playwright:v1.54.2
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: Set up Python

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
needs: setup-matrix
3737
runs-on: ubuntu-latest
3838
container:
39-
image: mcr.microsoft.com/playwright:v1.53.2
39+
image: mcr.microsoft.com/playwright:v1.54.2
4040
strategy:
4141
fail-fast: false
4242
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}

.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.1
27+
rev: 0.33.2
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.1
39+
rev: v0.12.7
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,14 +1,14 @@
11
[dependency-groups]
22
dev = [
3-
"ruff==0.12.1",
3+
"ruff==0.12.7",
44
"pre-commit==4.2.0"
55
]
66

77
[project]
88
dependencies = [
9-
"allure-pytest==2.14.3",
9+
"allure-pytest==2.15.0",
1010
"axe-playwright-python==0.1.5",
11-
"playwright==1.53.0",
11+
"playwright==1.54.0",
1212
"pytest==8.4.1",
1313
"pytest-base-url==2.1.0",
1414
"pytest-playwright==0.7.0",

0 commit comments

Comments
 (0)