Skip to content

Commit 51bc714

Browse files
committed
chore: handle update of cog
Signed-off-by: Henry Schreiner <[email protected]>
1 parent e61ee0d commit 51bc714

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ repos:
6969
pass_filenames: false
7070
entry: cog -c -P -r -I ./bin README.md
7171
files: '^(README\.md|docs/changelog\.md|docs/options\.md|bin/readme.*)$'
72-
additional_dependencies: [cogapp]
72+
additional_dependencies: [cogapp>=3.5]
7373

7474
- repo: https://github.com/codespell-project/codespell
7575
rev: v2.4.1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ The following diagram summarises the steps that cibuildwheel takes on each platf
162162
| | [`build-verbosity`](https://cibuildwheel.pypa.io/en/stable/options/#build-verbosity) | Increase/decrease the output of the build |
163163

164164

165-
<!--[[[end]]] (checksum: 4d6a8418630e9ed43251973d93798a1b) -->
165+
<!--[[[end]]] (sum: TWqEGGMOnt) -->
166166

167167
These options can be specified in a pyproject.toml file, or as environment variables, see [configuration docs](https://cibuildwheel.pypa.io/en/latest/configuration/).
168168

@@ -273,7 +273,7 @@ _29 May 2025_
273273
- 🛠 Remove the addition of `PYTHONSAFEPATH` to `test-environment`. (#2429)
274274
- 📚 README table now matches docs and auto-updates. (#2427, #2428)
275275

276-
<!-- [[[end]]] (checksum: 48d3233c1809c1d7a93dc7291752b4d4) -->
276+
<!-- [[[end]]] (sum: SNMjPBgJwd) -->
277277

278278
---
279279

0 commit comments

Comments
 (0)