Skip to content

Commit a3166e6

Browse files
authored
Merge branch 'main' into dependabot/github_actions/docker/build-push-action-7.1.0
2 parents e237b56 + 6185c6d commit a3166e6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ repos:
2424
- id: check-github-workflows
2525

2626
- repo: https://github.com/rbubley/mirrors-prettier
27-
rev: v3.8.1
27+
rev: v3.8.2
2828
hooks:
2929
- id: prettier
3030
types_or: [yaml, markdown, html, css, scss, javascript, json]
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.15.9
33+
rev: v0.15.10
3434
hooks:
3535
- id: ruff
3636
args: [--fix, --show-fixes]
@@ -44,7 +44,7 @@ repos:
4444
args: [--option, "reorder_arrays=true", --option, "reorder_keys=true"]
4545

4646
- repo: https://github.com/woodruffw/zizmor-pre-commit
47-
rev: v1.23.1
47+
rev: v1.24.1
4848
hooks:
4949
- id: zizmor
5050
args: ["--min-severity=high"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ docs = [
4242
'trame-vtk==2.11.6',
4343
'trame-vuetify==3.2.1',
4444
'trame==3.12.0',
45-
'trimesh==4.11.2',
45+
'trimesh==4.11.5',
4646
'typed-ast==1.5.5',
4747
'typing_extensions==4.15.0',
4848
'vtk-xref==0.1.1',

0 commit comments

Comments
 (0)