Skip to content

Commit 7a1cc79

Browse files
committed
Merge branch 'main' into release/0.5
2 parents 2dc1668 + 5763475 commit 7a1cc79

23 files changed

+241
-30
lines changed

.pre-commit-config.yaml

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

99
- repo: https://github.com/psf/black
10-
rev: 24.4.0 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
10+
rev: 24.4.2 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
1111
hooks:
1212
- id: black
1313

1414
- repo: https://github.com/adamchainz/blacken-docs
1515
rev: 1.16.0
1616
hooks:
1717
- id: blacken-docs
18-
additional_dependencies: [black==24.4.0]
18+
additional_dependencies: [black==24.4.2]
1919

2020
- repo: https://github.com/pycqa/isort
2121
rev: 5.13.2
@@ -64,7 +64,7 @@ repos:
6464

6565
# this validates our github workflow files
6666
- repo: https://github.com/python-jsonschema/check-jsonschema
67-
rev: 0.28.2
67+
rev: 0.28.3
6868
hooks:
6969
- id: check-github-workflows
7070

doc/changelog.d/1177.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.5.3

doc/changelog.d/1178.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build: bump the docs-deps group with 4 updates

doc/changelog.d/1179.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build: bump pytest from 8.1.1 to 8.2.0

doc/changelog.d/1180.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/1182.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
feat: allow for ``product_version`` on geometry service launcher function

doc/changelog.d/1183.miscellaneous.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs: add geometry preparation for Fluent simulation

doc/changelog.d/1186.dependencies.md

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

doc/changelog.d/1187.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build: bump the docs-deps group with 2 updates

doc/changelog.d/1188.dependencies.md

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

0 commit comments

Comments
 (0)