From 76a92795b9dfc1c750cf4cb6bec9ecc27e2c1456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 21:05:21 +0000 Subject: [PATCH] chore(deps): bump Apple-Actions/import-codesign-certs Bumps the dependencies group with 1 update: [Apple-Actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs). Updates `Apple-Actions/import-codesign-certs` from 6.1.0 to 7.0.0 - [Release notes](https://github.com/apple-actions/import-codesign-certs/releases) - [Commits](https://github.com/apple-actions/import-codesign-certs/compare/fe74d46e82474f87e1ba79832ad28a4013d0e33a...5142e029c445c10ffc7149d172e540235a065466) chore(deps): bump lichessbotdevs/lichess-bot Bumps the dependencies group in /config/lichess with 1 update: lichessbotdevs/lichess-bot. Updates `lichessbotdevs/lichess-bot` from 2026.4.15.1 to 2026.4.20.1 chore(deps): bump the dependencies group with 2 updates chore(deps): bump the dependencies group across 3 directories with 6 updates Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit), [clang-tidy](https://github.com/ssciwr/clang-tidy-wheel), [cmake](https://github.com/scikit-build/cmake-python-distributions), [ninja](https://github.com/ninja-build/ninja), [rust-just](https://github.com/gnpaone/rust-just) and [tqdm](https://github.com/tqdm/tqdm) to permit the latest version. Updates `pre-commit` to 4.6.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.0.1...v4.6.0) Updates `pre-commit` to 4.6.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.0.1...v4.6.0) Updates `clang-tidy` to 22.1.0.1 - [Commits](https://github.com/ssciwr/clang-tidy-wheel/commits) Updates `cmake` to 4.3.2 - [Release notes](https://github.com/scikit-build/cmake-python-distributions/releases) - [Changelog](https://github.com/scikit-build/cmake-python-distributions/blob/main/HISTORY.rst) - [Commits](https://github.com/scikit-build/cmake-python-distributions/compare/3.31.0...4.3.2) Updates `ninja` to 1.13.0 - [Release notes](https://github.com/ninja-build/ninja/releases) - [Commits](https://github.com/ninja-build/ninja/compare/v1.12.0...v1.13.0) Updates `rust-just` to 1.50.0 - [Release notes](https://github.com/gnpaone/rust-just/releases) - [Changelog](https://github.com/gnpaone/rust-just/blob/master/CHANGELOG.md) - [Commits](https://github.com/gnpaone/rust-just/compare/1.39.0...1.50.0) Updates `tqdm` to 4.67.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.1...v4.67.3) --- updated-dependencies: - dependency-name: Apple-Actions/import-codesign-certs dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: lichessbotdevs/lichess-bot dependency-version: 2026.4.20.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: https://github.com/pre-commit/mirrors-clang-format dependency-version: 22.1.4 dependency-type: direct:production dependency-group: dependencies - dependency-name: clang-format dependency-version: 22.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:production dependency-group: dependencies - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:production dependency-group: dependencies - dependency-name: clang-tidy dependency-version: 22.1.0.1 dependency-type: direct:production dependency-group: dependencies - dependency-name: cmake dependency-version: 4.3.2 dependency-type: direct:production dependency-group: dependencies - dependency-name: ninja dependency-version: 1.13.0 dependency-type: direct:production dependency-group: dependencies - dependency-name: rust-just dependency-version: 1.50.0 dependency-type: direct:production dependency-group: dependencies - dependency-name: tqdm dependency-version: 4.67.3 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/actions/bump_version/requirements.txt | 2 +- .github/workflows/tag_and_release.yml | 2 +- .pre-commit-config.yaml | 4 ++-- config/lichess/Dockerfile | 2 +- config/requirements.txt | 10 +++++----- tests/position-solver/requirements.txt | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/actions/bump_version/requirements.txt b/.github/actions/bump_version/requirements.txt index 6ffd90cb..baa62859 100644 --- a/.github/actions/bump_version/requirements.txt +++ b/.github/actions/bump_version/requirements.txt @@ -13,4 +13,4 @@ --prefer-binary bump-my-version >= 1.3.0 -pre-commit >= 4.0.1 +pre-commit >= 4.6.0 diff --git a/.github/workflows/tag_and_release.yml b/.github/workflows/tag_and_release.yml index abd549f6..a92b9742 100644 --- a/.github/workflows/tag_and_release.yml +++ b/.github/workflows/tag_and_release.yml @@ -93,7 +93,7 @@ jobs: steps: - name: Import signing certificate to keychain if: runner.os == 'macOS' - uses: Apple-Actions/import-codesign-certs@fe74d46e82474f87e1ba79832ad28a4013d0e33a # v6.1.0 + uses: Apple-Actions/import-codesign-certs@5142e029c445c10ffc7149d172e540235a065466 # v7.0.0 with: p12-file-base64: ${{ secrets.CODESIGN_CERT_FILE_BASE64 }} p12-password: ${{ secrets.CODESIGN_CERT_PASSWORD }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c9057299..3ef8cace 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -98,11 +98,11 @@ repos: # C++ formatting & linting - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.3 + rev: v22.1.4 hooks: - id: clang-format exclude_types: [json] - additional_dependencies: [clang-format>=22.1.3] + additional_dependencies: [clang-format>=22.1.4] - repo: https://github.com/pocc/pre-commit-hooks rev: v1.3.5 hooks: diff --git a/config/lichess/Dockerfile b/config/lichess/Dockerfile index 7e36e918..bf3f2be4 100644 --- a/config/lichess/Dockerfile +++ b/config/lichess/Dockerfile @@ -12,7 +12,7 @@ # This Dockerfile expects the context to be the repo root -FROM lichessbotdevs/lichess-bot:2026.4.15.1 +FROM lichessbotdevs/lichess-bot:2026.4.20.1 ARG CMAKE_VERSION=4.2.3 ARG CMAKE_PRESET=clang diff --git a/config/requirements.txt b/config/requirements.txt index 475e7c10..39fbbeb2 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -12,11 +12,11 @@ --prefer-binary -clang-tidy >= 21.1.0 -cmake >= 3.31.0 +clang-tidy >= 22.1.0.1 +cmake >= 4.3.2 cppcheck >= 1.5.1 cpplint >= 2.0.2 hadolint-bin >= 2.14.0 -ninja >= 1.11.1.3 -pre-commit >= 4.0.1 -rust-just >= 1.39.0 +ninja >= 1.13.0 +pre-commit >= 4.6.0 +rust-just >= 1.50.0 diff --git a/tests/position-solver/requirements.txt b/tests/position-solver/requirements.txt index bcb218b3..372b2965 100644 --- a/tests/position-solver/requirements.txt +++ b/tests/position-solver/requirements.txt @@ -13,4 +13,4 @@ --prefer-binary python-chess >= 1.999 -tqdm >= 4.67.1 +tqdm >= 4.67.3