Skip to content

Commit cc610ea

Browse files
Update to gersemi 0.25.1
1 parent 5a2e823 commit cc610ea

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ repos:
103103
language: python
104104
types: [cmake]
105105
additional_dependencies:
106-
- &gersemi gersemi==0.23.2
106+
- &gersemi gersemi==0.25.1
107107
pass_filenames: false
108108
- id: gersemi-rapids-cmake
109109
name: gersemi-rapids-cmake

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ dependencies:
170170
common:
171171
- output_types: [requirements, pyproject]
172172
packages:
173-
- gersemi
173+
- gersemi==0.25.1

python/gersemi-rapids-cmake/gersemi_rapids_cmake_detail/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
pool = AdaptivePool(1)
2424
warning_sink = WarningSink(False)
2525

26-
found_definitions = find_all_custom_command_definitions(paths, pool, warning_sink)
26+
found_definitions = find_all_custom_command_definitions(paths, pool, warning_sink, True)
2727

2828
if warning_sink.records:
2929
warning_sink.flush()

python/gersemi-rapids-cmake/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Gersemi extensions for rapids-cmake"
77
readme = { file = "README.md", content-type = "text/markdown" }
88
dynamic = ["version"]
99
dependencies = [
10-
"gersemi",
10+
"gersemi==0.25.1",
1111
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
1212

1313
[build-system]

0 commit comments

Comments
 (0)