Skip to content

Commit e11ed78

Browse files
fix(deps): update all dependencies
1 parent bfd299c commit e11ed78

5 files changed

Lines changed: 33 additions & 33 deletions

File tree

.github/workflows/devRun.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
PASSWORD: ${{ secrets.PASSWORD }}
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: Link Git Information And Browser Version To Allure Results
4646
if: always()
@@ -82,4 +82,4 @@ jobs:
8282
steps:
8383
- name: Deploy to GitHub Pages
8484
id: deployment
85-
uses: actions/deploy-pages@v4
85+
uses: actions/deploy-pages@v5

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ jobs:
120120
steps:
121121
- name: Deploy to GitHub Pages
122122
id: deployment
123-
uses: actions/deploy-pages@v4
123+
uses: actions/deploy-pages@v5

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: no-commit-to-branch
1818
args: ['--branch', 'main']
1919
- repo: https://github.com/python-jsonschema/check-jsonschema
20-
rev: 0.37.0
20+
rev: 0.37.1
2121
hooks:
2222
- id: check-github-workflows
2323
args: ["--verbose"]
@@ -29,7 +29,7 @@ repos:
2929
stages: [commit-msg]
3030
args: []
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.15.6
32+
rev: v0.15.8
3333
hooks:
3434
- id: ruff
3535
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

@@ -17,7 +17,7 @@ dependencies = [
1717
"mysql-connector-python==9.6.0",
1818
"pytest==9.0.2",
1919
"pytest-base-url==2.1.0",
20-
"pytest-check==2.7.6",
20+
"pytest-check==2.8.0",
2121
"pytest-dependency==0.6.1",
2222
"pytest-ordering==0.6",
2323
"pytest-rerunfailures==16.1",

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)