Skip to content

Commit 3bf464d

Browse files
fix(deps): update all dependencies
1 parent 0e10278 commit 3bf464d

File tree

5 files changed

+37
-37
lines changed

5 files changed

+37
-37
lines changed

.github/workflows/devRun.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
timeout-minutes: 15
2222
runs-on: ubuntu-latest
2323
container:
24-
image: mcr.microsoft.com/playwright:v1.58.2
24+
image: mcr.microsoft.com/playwright:v1.59.0
2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@v6
2828
- name: Set up Python
2929
uses: actions/setup-python@v6
3030
with:
31-
python-version: "3.13"
31+
python-version: "3.14"
3232
- name: Set up uv
3333
uses: astral-sh/setup-uv@v7
3434
with:
@@ -40,7 +40,7 @@ jobs:
4040
- name: Test with pytest
4141
run: xvfb-run .venv/bin/python -m pytest -m devRun --base-url ${{ vars.BASE_URL }}
4242
- name: Auto-assign reviewers
43-
uses: kentaro-m/auto-assign-action@v2.0.1
43+
uses: kentaro-m/auto-assign-action@v2.0.2
4444
if: success()
4545
- name: Store Playwright Traces and Videos From Failed Tests
4646
if: failure()
@@ -93,4 +93,4 @@ jobs:
9393
steps:
9494
- name: Deploy to GitHub Pages
9595
id: deployment
96-
uses: actions/deploy-pages@v4
96+
uses: actions/deploy-pages@v5

.github/workflows/nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
needs: setup-matrix
3838
runs-on: ubuntu-latest
3939
container:
40-
image: mcr.microsoft.com/playwright:v1.58.2
40+
image: mcr.microsoft.com/playwright:v1.59.0
4141
strategy:
4242
fail-fast: false
4343
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up Python
4848
uses: actions/setup-python@v6
4949
with:
50-
python-version: "3.13"
50+
python-version: "3.14"
5151
- name: Set up uv
5252
uses: astral-sh/setup-uv@v7
5353
with:
@@ -146,4 +146,4 @@ jobs:
146146
steps:
147147
- name: Deploy to GitHub Pages
148148
id: deployment
149-
uses: actions/deploy-pages@v4
149+
uses: actions/deploy-pages@v5

.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.0
27+
rev: 0.37.1
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.6
39+
rev: v0.15.8
4040
hooks:
4141
- id: ruff
4242
args: [ --fix ]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[dependency-groups]
22
dev = [
3-
"ruff==0.15.6",
3+
"ruff==0.15.8",
44
"pre-commit==4.5.1"
55
]
66

@@ -13,7 +13,7 @@ dependencies = [
1313
"pytest-base-url==2.1.0",
1414
"pytest-playwright==0.7.2",
1515
"pytest-split==0.11.0",
16-
"requests==2.32.5"
16+
"requests==2.33.1"
1717
]
1818
description = "Playwright Python example project with pytest and Allure report"
1919
name = "playwright-python"

uv.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)