Skip to content

Commit b2e46bf

Browse files
committed
Merge branch 'main' into release/0.6
2 parents 0b0d891 + dd6df8e commit b2e46bf

13 files changed

+19
-9
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude: "tests/integration/files"
77
repos:
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.4.9
10+
rev: v0.5.0
1111
hooks:
1212
- id: ruff
1313

@@ -26,7 +26,7 @@ repos:
2626
- id: trailing-whitespace
2727

2828
- repo: https://github.com/ansys/pre-commit-hooks
29-
rev: v0.3.2
29+
rev: v0.3.1
3030
hooks:
3131
- id: add-license-headers
3232
files: '(src|examples|tests|docker)/.*\.(py)|\.(proto)'
@@ -35,7 +35,7 @@ repos:
3535

3636
# this validates our github workflow files
3737
- repo: https://github.com/python-jsonschema/check-jsonschema
38-
rev: 0.28.5
38+
rev: 0.28.6
3939
hooks:
4040
- id: check-github-workflows
4141

SECURITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ SOFTWARE.
3131
| <= 0.3 | :x: |
3232
| 0.4.x | :white_check_mark: |
3333
| 0.5.x | :white_check_mark: |
34+
| 0.6.x | :white_check_mark: |
3435
| dev | :white_check_mark: |
3536

3637
## Reporting a Vulnerability

doc/changelog.d/1278.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chore: update CHANGELOG for v0.6.4

doc/changelog.d/1280.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build: update sphinx-autodoc-typehints version

doc/changelog.d/1281.miscellaneous.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chore: pre-commit automatic update

doc/changelog.d/1283.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build: bump protobuf from 5.27.1 to 5.27.2 in the grpc-deps group

doc/changelog.d/1284.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build: bump scipy from 1.13.1 to 1.14.0

doc/changelog.d/1286.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chore: update SECURITY.md

doc/changelog.d/1287.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build: bump vtk from 9.3.0 to 9.3.1

doc/changelog.d/1288.miscellaneous.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chore: pre-commit automatic update

0 commit comments

Comments
 (0)