Skip to content

Commit 9c62032

Browse files
authored
Merge pull request #207 from nirtal85/renovate/all
fix(deps): update all dependencies
2 parents c0b6462 + 9471e84 commit 9c62032

File tree

5 files changed

+62
-62
lines changed

5 files changed

+62
-62
lines changed

.github/workflows/devRun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 15
1919
runs-on: ubuntu-latest
2020
container:
21-
image: mcr.microsoft.com/playwright:v1.52.0
21+
image: mcr.microsoft.com/playwright:v1.53.2
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: Set up Python

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
needs: setup-matrix
3737
runs-on: ubuntu-latest
3838
container:
39-
image: mcr.microsoft.com/playwright:v1.52.0
39+
image: mcr.microsoft.com/playwright:v1.53.2
4040
strategy:
4141
fail-fast: false
4242
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.33.0
27+
rev: 0.33.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.11.12
39+
rev: v0.12.1
4040
hooks:
4141
- id: ruff
4242
args: [ --fix ]
@@ -55,7 +55,7 @@ repos:
5555
- id: validate-pyproject
5656
additional_dependencies: ["validate-pyproject-schema-store[all]"]
5757
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
58-
rev: v2.14.0
58+
rev: v2.15.0
5959
hooks:
6060
- id: pretty-format-toml
6161
exclude: poetry.lock

pyproject.toml

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

77
[project]
88
dependencies = [
9-
"allure-pytest==2.14.2",
10-
"axe-playwright-python==0.1.4",
11-
"playwright==1.52.0",
12-
"pytest==8.4.0",
9+
"allure-pytest==2.14.3",
10+
"axe-playwright-python==0.1.5",
11+
"playwright==1.53.0",
12+
"pytest==8.4.1",
1313
"pytest-base-url==2.1.0",
1414
"pytest-playwright==0.7.0",
1515
"pytest-split==0.10.0",
16-
"requests==2.32.3"
16+
"requests==2.32.4"
1717
]
1818
description = "Playwright Python example project with pytest and Allure report"
1919
name = "playwright-python"

0 commit comments

Comments
 (0)