Skip to content

Commit 377659f

Browse files
authored
Merge pull request #210 from nirtal85/renovate/all
fix(deps): update all dependencies
2 parents dcbf23f + 6bc2a19 commit 377659f

File tree

5 files changed

+41
-41
lines changed

5 files changed

+41
-41
lines changed

.github/workflows/devRun.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
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:
2727
python-version: '3.13'
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
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:
4848
python-version: '3.13'
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: 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.33.3
27+
rev: 0.34.1
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.2.0
33+
rev: v4.3.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.12.11
39+
rev: v0.14.1
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.1",
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)