Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b44eea4

Browse files
fix(deps): update all dependencies
1 parent dcbf23f commit b44eea4

File tree

5 files changed

+45
-45
lines changed

5 files changed

+45
-45
lines changed

‎.github/workflows/devRun.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
timeout-minutes: 15
1919
runs-on: ubuntu-latest
2020
container:
21-
image: mcr.microsoft.com/playwright:v1.55.0
21+
image: mcr.microsoft.com/playwright:v1.56.1
2222
steps:
2323
- uses: actions/checkout@v5
2424
- name: Set up Python
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v6
2626
with:
27-
python-version: '3.13'
27+
python-version: '3.14'
2828
- name: Set up uv
29-
uses: astral-sh/setup-uv@v6
29+
uses: astral-sh/setup-uv@v7
3030
with:
3131
enable-cache: true
3232
- name: Create venv & install dependencies

‎.github/workflows/nightly.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@ jobs:
3636
needs: setup-matrix
3737
runs-on: ubuntu-latest
3838
container:
39-
image: mcr.microsoft.com/playwright:v1.55.0
39+
image: mcr.microsoft.com/playwright:v1.56.1
4040
strategy:
4141
fail-fast: false
4242
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
4343
steps:
4444
- uses: actions/checkout@v5
4545
- name: Set up Python
46-
uses: actions/setup-python@v5
46+
uses: actions/setup-python@v6
4747
with:
48-
python-version: '3.13'
48+
python-version: '3.14'
4949
- name: Set up uv
50-
uses: astral-sh/setup-uv@v6
50+
uses: astral-sh/setup-uv@v7
5151
with:
5252
enable-cache: true
5353
- name: Create venv & install dependencies

‎.pre-commit-config.yaml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ repos:
2424
- id: no-commit-to-branch
2525
args: [ '--branch', 'main' ]
2626
- repo: https://github.com/python-jsonschema/check-jsonschema
27-
rev: 0.33.3
27+
rev: 0.34.1
2828
hooks:
2929
- id: check-github-workflows
3030
args: ["--verbose"]
3131
- id: check-renovate
3232
- repo: https://github.com/compilerla/conventional-pre-commit
33-
rev: v4.2.0
33+
rev: v4.3.0
3434
hooks:
3535
- id: conventional-pre-commit
3636
stages: [commit-msg]
3737
args: []
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.12.11
39+
rev: v0.14.1
4040
hooks:
4141
- id: ruff
4242
args: [ --fix ]

‎pyproject.toml‎

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

@@ -9,9 +9,9 @@ dependencies = [
99
"allure-pytest==2.15.0",
1010
"axe-playwright-python==0.1.5",
1111
"playwright==1.55.0",
12-
"pytest==8.4.1",
12+
"pytest==8.4.2",
1313
"pytest-base-url==2.1.0",
14-
"pytest-playwright==0.7.0",
14+
"pytest-playwright==0.7.1",
1515
"pytest-split==0.10.0",
1616
"requests==2.32.5"
1717
]

‎uv.lock‎

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /