Skip to content

Commit e1d0e21

Browse files
authored
Merge pull request #218 from nirtal85/renovate/all
Update all dependencies
2 parents 7ef4ffb + 69f3c9d commit e1d0e21

5 files changed

Lines changed: 65 additions & 65 deletions

File tree

.github/workflows/devRun.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
timeout-minutes: 15
2525
runs-on: ubuntu-latest
2626
container:
27-
image: mcr.microsoft.com/playwright:v1.58.2
27+
image: mcr.microsoft.com/playwright:v1.59.1
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v6
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
python-version: "3.13"
3535
- name: Set up uv
36-
uses: astral-sh/setup-uv@v7
36+
uses: astral-sh/setup-uv@v8.1.0
3737
with:
3838
enable-cache: true
3939
- name: Create venv & install dependencies
@@ -80,7 +80,7 @@ jobs:
8080
github-token: ${{ secrets.GITHUB_TOKEN }}
8181
- name: Upload Pages artifact
8282
if: always()
83-
uses: actions/upload-pages-artifact@v4
83+
uses: actions/upload-pages-artifact@v5
8484
with:
8585
path: allure-report
8686
deploy_pages:

.github/workflows/nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
needs: setup-matrix
4141
runs-on: ubuntu-latest
4242
container:
43-
image: mcr.microsoft.com/playwright:v1.58.2
43+
image: mcr.microsoft.com/playwright:v1.59.1
4444
strategy:
4545
fail-fast: false
4646
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
python-version: "3.13"
5454
- name: Set up uv
55-
uses: astral-sh/setup-uv@v7
55+
uses: astral-sh/setup-uv@v8.1.0
5656
with:
5757
enable-cache: true
5858
- name: Create venv & install dependencies
@@ -133,7 +133,7 @@ jobs:
133133
run: npx -y allure generate allure-results --output allure-report
134134
- name: Upload Pages artifact
135135
if: always()
136-
uses: actions/upload-pages-artifact@v4
136+
uses: actions/upload-pages-artifact@v5
137137
with:
138138
path: allure-report
139139
deploy_pages:

.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.37.1
27+
rev: 0.37.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.15.9
39+
rev: v0.15.12
4040
hooks:
4141
- id: ruff
4242
args: [ --fix ]

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[dependency-groups]
22
dev = [
3-
"ruff==0.15.9",
4-
"pre-commit==4.5.1",
5-
"pytest-flakiness==0.17.0",
3+
"ruff==0.15.12",
4+
"pre-commit==4.6.0",
5+
"pytest-flakiness==0.18.0",
66
]
77

88
[project]
99
dependencies = [
10-
"allure-pytest==2.15.3",
10+
"allure-pytest==2.16.0",
1111
"axe-playwright-python==0.1.7",
12-
"playwright==1.58.0",
13-
"pytest==9.0.2",
12+
"playwright==1.59.0",
13+
"pytest==9.0.3",
1414
"pytest-base-url==2.1.0",
1515
"pytest-playwright==0.7.2",
1616
"pytest-split==0.11.0",

0 commit comments

Comments
 (0)