Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/devRun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
timeout-minutes: 15
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.60.0
image: mcr.microsoft.com/playwright:v1.61.1
steps:
- name: Checkout
uses: actions/checkout@v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
needs: setup-matrix
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.60.0
image: mcr.microsoft.com/playwright:v1.61.1
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
- id: no-commit-to-branch
args: [ '--branch', 'main' ]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.37.3
rev: 0.37.4
hooks:
- id: check-github-workflows
args: ["--verbose"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dev = [
dependencies = [
"allure-pytest==2.16.0",
"axe-playwright-python==0.1.7",
"playwright==1.60.0",
"playwright==1.61.0",
"pytest==9.1.1",
"pytest-base-url==2.1.0",
"pytest-playwright==0.8.0",
Expand Down
19 changes: 19 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,25 @@
"pre-commit": {
"enabled": true
},
"packageRules": [
{
"description": "Keep CI workflows pinned to Python 3.13",
"matchManagers": [
"github-actions"
],
"matchDatasources": [
"python-version"
],
"matchDepNames": [
"python"
],
"matchFileNames": [
".github/workflows/devRun.yml",
".github/workflows/nightly.yml"
],
"enabled": false
}
],
"schedule": [
"monthly"
]
Expand Down
20 changes: 10 additions & 10 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.