Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/bump_version/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
--prefer-binary

bump-my-version >= 1.3.0
pre-commit >= 4.0.1
pre-commit >= 4.6.0
2 changes: 1 addition & 1 deletion .github/workflows/tag_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/lichess/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions config/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tests/position-solver/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
--prefer-binary

python-chess >= 1.999
tqdm >= 4.67.1
tqdm >= 4.67.3
Loading