File tree Expand file tree Collapse file tree 5 files changed +37
-37
lines changed
Expand file tree Collapse file tree 5 files changed +37
-37
lines changed Original file line number Diff line number Diff 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 :
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()
9393 steps :
9494 - name : Deploy to GitHub Pages
9595 id : deployment
96- uses : actions/deploy-pages@v4
96+ uses : actions/deploy-pages@v5
Original file line number Diff line number Diff line change 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) }}
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
Original file line number Diff line number Diff line change 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"]
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 ]
Original file line number Diff line number Diff line change 11[dependency-groups ]
22dev = [
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]
1818description = " Playwright Python example project with pytest and Allure report"
1919name = " playwright-python"
You can’t perform that action at this time.
0 commit comments