Skip to content

Commit d3a8346

Browse files
Update all dependencies
1 parent f773da8 commit d3a8346

5 files changed

Lines changed: 55 additions & 55 deletions

File tree

.github/workflows/devRun.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
timeout-minutes: 15
2525
runs-on: ubuntu-latest
2626
container:
27-
image: mcr.microsoft.com/playwright:v1.59.1
27+
image: mcr.microsoft.com/playwright:v1.60.0
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v6
3131
- name: Set up Python
3232
uses: actions/setup-python@v6
3333
with:
34-
python-version: "3.13"
34+
python-version: "3.14"
3535
- name: Set up uv
3636
uses: astral-sh/setup-uv@v8.1.0
3737
with:
@@ -74,7 +74,7 @@ jobs:
7474
run: npx -y allure generate allure-results --output allure-report
7575
- name: Allure PR summary
7676
if: always()
77-
uses: allure-framework/allure-action@v0.6.6
77+
uses: allure-framework/allure-action@v0.7.1
7878
with:
7979
report-directory: "./allure-report"
8080
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 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.59.1
43+
image: mcr.microsoft.com/playwright:v1.60.0
4444
strategy:
4545
fail-fast: false
4646
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set up Python
5151
uses: actions/setup-python@v6
5252
with:
53-
python-version: "3.13"
53+
python-version: "3.14"
5454
- name: Set up uv
5555
uses: astral-sh/setup-uv@v8.1.0
5656
with:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.12
39+
rev: v0.15.15
4040
hooks:
4141
- id: ruff
4242
args: [ --fix ]

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[dependency-groups]
22
dev = [
3-
"ruff==0.15.12",
3+
"ruff==0.15.15",
44
"pre-commit==4.6.0",
5-
"pytest-flakiness==0.18.0",
5+
"pytest-flakiness==1.0.0",
66
]
77

88
[project]
99
dependencies = [
1010
"allure-pytest==2.16.0",
1111
"axe-playwright-python==0.1.7",
12-
"playwright==1.59.0",
12+
"playwright==1.60.0",
1313
"pytest==9.0.3",
1414
"pytest-base-url==2.1.0",
15-
"pytest-playwright==0.7.2",
15+
"pytest-playwright==0.8.0",
1616
"pytest-split==0.11.0",
17-
"requests==2.33.1"
17+
"requests==2.34.2"
1818
]
1919
description = "Playwright Python example project with pytest and Allure report"
2020
name = "playwright-python"

0 commit comments

Comments
 (0)