From dcecda6962ea9dd93b87b53191758cc10dd91446 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 10 Jun 2025 01:54:45 -0400 Subject: [PATCH] chore: handle update of cog to 3.5 (#2459) chore: handle update of cog Signed-off-by: Henry Schreiner --- .pre-commit-config.yaml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 196a01dc..94bf4a70 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -69,7 +69,7 @@ repos: pass_filenames: false entry: cog -c -P -r -I ./bin README.md files: '^(README\.md|docs/changelog\.md|docs/options\.md|bin/readme.*)$' - additional_dependencies: [cogapp] + additional_dependencies: [cogapp>=3.5] - repo: https://github.com/codespell-project/codespell rev: v2.4.1 diff --git a/README.md b/README.md index 7a1f4988..67881d50 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ The following diagram summarises the steps that cibuildwheel takes on each platf | | [`build-verbosity`](https://cibuildwheel.pypa.io/en/stable/options/#build-verbosity) | Increase/decrease the output of the build | - + These options can be specified in a pyproject.toml file, or as environment variables, see [configuration docs](https://cibuildwheel.pypa.io/en/latest/configuration/). @@ -273,7 +273,7 @@ _29 May 2025_ - 🛠 Remove the addition of `PYTHONSAFEPATH` to `test-environment`. (#2429) - 📚 README table now matches docs and auto-updates. (#2427, #2428) - + ---