From 2746fff66a179658448a9afb742ec91eea26173f Mon Sep 17 00:00:00 2001 From: "ngcpp-dependency-manager[bot]" <293384144+ngcpp-dependency-manager[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 00:08:30 +0000 Subject: [PATCH] Update dependencies --- .bazelversion | 2 +- .github/workflows/bvt-compatibility.yml | 2 +- .github/workflows/bvt-gcc.yml | 2 +- .github/workflows/bvt-lint.yml | 4 ++-- .github/workflows/pipeline-bump-cpp-deps.yml | 4 ++-- .github/workflows/pipeline-bump-renovate-deps.yml | 4 ++-- .github/workflows/pipeline-pages.yml | 2 +- .github/workflows/pipeline-release.yml | 4 ++-- .pre-commit-config.yaml | 8 ++++---- MODULE.bazel | 4 ++-- MODULE.bazel.lock | 11 ++++++----- mkdocs/requirements.txt | 4 ++-- 12 files changed, 26 insertions(+), 25 deletions(-) diff --git a/.bazelversion b/.bazelversion index 47da986..44931da 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -9.1.0 +9.1.1 diff --git a/.github/workflows/bvt-compatibility.yml b/.github/workflows/bvt-compatibility.yml index 859c547..0dca8d6 100644 --- a/.github/workflows/bvt-compatibility.yml +++ b/.github/workflows/bvt-compatibility.yml @@ -20,7 +20,7 @@ jobs: - {family: clang, version: 21, modules: true, doc_tests: true} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install gcc if: ${{ matrix.compiler.family == 'gcc' }} diff --git a/.github/workflows/bvt-gcc.yml b/.github/workflows/bvt-gcc.yml index 54049c0..b217468 100644 --- a/.github/workflows/bvt-gcc.yml +++ b/.github/workflows/bvt-gcc.yml @@ -5,7 +5,7 @@ on: jobs: bvt-gcc: runs-on: ubuntu-24.04 - container: gcc:15 + container: gcc:16 steps: - uses: actions/checkout@v6 diff --git a/.github/workflows/bvt-lint.yml b/.github/workflows/bvt-lint.yml index 5dc8bf6..4bb131c 100644 --- a/.github/workflows/bvt-lint.yml +++ b/.github/workflows/bvt-lint.yml @@ -11,10 +11,10 @@ jobs: - name: Setup Python uses: actions/setup-python@v6 with: - python-version: "3.13" + python-version: "3.14" - name: Cache pre-commit envs - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pre-commit key: pre-commit-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml') }} diff --git a/.github/workflows/pipeline-bump-cpp-deps.yml b/.github/workflows/pipeline-bump-cpp-deps.yml index d2188b8..249617d 100644 --- a/.github/workflows/pipeline-bump-cpp-deps.yml +++ b/.github/workflows/pipeline-bump-cpp-deps.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Mint a GitHub App token id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.DEPENDENCY_MANAGER_APP_ID }} private-key: ${{ secrets.DEPENDENCY_MANAGER_APP_PRIVATE_KEY }} @@ -39,7 +39,7 @@ jobs: - uses: actions/setup-python@v6 with: - python-version: "3.13" + python-version: "3.14" - name: Install Meson run: python3 -m pip install --upgrade pip meson diff --git a/.github/workflows/pipeline-bump-renovate-deps.yml b/.github/workflows/pipeline-bump-renovate-deps.yml index d1f21cf..c61ec43 100644 --- a/.github/workflows/pipeline-bump-renovate-deps.yml +++ b/.github/workflows/pipeline-bump-renovate-deps.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Mint a GitHub App token id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.DEPENDENCY_MANAGER_APP_ID }} private-key: ${{ secrets.DEPENDENCY_MANAGER_APP_PRIVATE_KEY }} @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v6 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: lts/* diff --git a/.github/workflows/pipeline-pages.yml b/.github/workflows/pipeline-pages.yml index ab11ec7..28dcd9e 100644 --- a/.github/workflows/pipeline-pages.yml +++ b/.github/workflows/pipeline-pages.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v6 with: - python-version: "3.13" + python-version: "3.14" - name: Install dependencies run: | diff --git a/.github/workflows/pipeline-release.yml b/.github/workflows/pipeline-release.yml index 2d524ac..55225bf 100644 --- a/.github/workflows/pipeline-release.yml +++ b/.github/workflows/pipeline-release.yml @@ -10,7 +10,7 @@ jobs: contents: write runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Pack source id: run-pack run: | @@ -22,7 +22,7 @@ jobs: shell: bash - name: Create release draft - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: draft: true tag_name: ${{ steps.run-pack.outputs.PRO_VER }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 26fd9b8..b7178b2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: args: ["--maxkb=1024"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.15 + rev: v0.15.17 hooks: - id: ruff-format @@ -26,13 +26,13 @@ repos: exclude: '^(subprojects|build|bazel-.*)/' - repo: https://github.com/keith/pre-commit-buildifier - rev: 8.2.1 + rev: 8.5.1 hooks: - id: buildifier exclude: '^(subprojects|build|bazel-.*)/' - repo: https://github.com/rhysd/actionlint - rev: v1.7.8 + rev: v1.7.12 hooks: - id: actionlint @@ -41,7 +41,7 @@ repos: - id: meson-format name: meson format language: python - additional_dependencies: ["meson==1.10.1"] + additional_dependencies: ["meson==1.11.1"] entry: meson args: ["format", "--check-only", "--recursive", "meson.build"] pass_filenames: false diff --git a/MODULE.bazel b/MODULE.bazel index 72f708e..3b5a60d 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -4,8 +4,8 @@ module( ) bazel_dep(name = "platforms", version = "1.1.0") -bazel_dep(name = "rules_cc", version = "0.2.18") -bazel_dep(name = "bazel_skylib", version = "1.8.2") +bazel_dep(name = "rules_cc", version = "0.2.19") +bazel_dep(name = "bazel_skylib", version = "1.9.0") bazel_dep(name = "googletest", version = "1.17.0.bcr.2", dev_dependency = True) bazel_dep(name = "google_benchmark", version = "1.9.5", dev_dependency = True) diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index e8153a8..1b83058 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -37,8 +37,8 @@ "https://bcr.bazel.build/modules/bazel_features/1.33.0/MODULE.bazel": "8b8dc9d2a4c88609409c3191165bccec0e4cb044cd7a72ccbe826583303459f6", "https://bcr.bazel.build/modules/bazel_features/1.4.1/MODULE.bazel": "e45b6bb2350aff3e442ae1111c555e27eac1d915e77775f6fdc4b351b758b5d7", "https://bcr.bazel.build/modules/bazel_features/1.42.1/MODULE.bazel": "275a59b5406ff18c01739860aa70ad7ccb3cfb474579411decca11c93b951080", - "https://bcr.bazel.build/modules/bazel_features/1.43.0/MODULE.bazel": "defa2226f06ba20550d6548c3a2ea2a7929634437a52973869c20c225450eb91", - "https://bcr.bazel.build/modules/bazel_features/1.43.0/source.json": "1c4207dc858d6de0eecef30026793616bbf420c74aac27b6bad212534a730437", + "https://bcr.bazel.build/modules/bazel_features/1.47.0/MODULE.bazel": "e34df3cb35b1684cfa69923a61ae3803595babd3942cd306a488d51400886b30", + "https://bcr.bazel.build/modules/bazel_features/1.47.0/source.json": "4ba0b5138327f2d73352a51547a4e49a0a828ef400e046b15334d8905bf6b7ff", "https://bcr.bazel.build/modules/bazel_features/1.9.1/MODULE.bazel": "8f679097876a9b609ad1f60249c49d68bfab783dd9be012faf9d82547b14815a", "https://bcr.bazel.build/modules/bazel_skylib/1.0.3/MODULE.bazel": "bcb0fd896384802d1ad283b4e4eb4d718eebd8cb820b0a2c3a347fb971afd9d8", "https://bcr.bazel.build/modules/bazel_skylib/1.1.1/MODULE.bazel": "1add3e7d93ff2e6998f9e118022c84d163917d912f5afafb3058e3d2f1545b5e", @@ -54,7 +54,8 @@ "https://bcr.bazel.build/modules/bazel_skylib/1.8.0/MODULE.bazel": "2fb3fb53675f6adfc1ca5bfbd5cfb655ae350fba4706d924a8ec7e3ba945671c", "https://bcr.bazel.build/modules/bazel_skylib/1.8.1/MODULE.bazel": "88ade7293becda963e0e3ea33e7d54d3425127e0a326e0d17da085a5f1f03ff6", "https://bcr.bazel.build/modules/bazel_skylib/1.8.2/MODULE.bazel": "69ad6927098316848b34a9142bcc975e018ba27f08c4ff403f50c1b6e646ca67", - "https://bcr.bazel.build/modules/bazel_skylib/1.8.2/source.json": "34a3c8bcf233b835eb74be9d628899bb32999d3e0eadef1947a0a562a2b16ffb", + "https://bcr.bazel.build/modules/bazel_skylib/1.9.0/MODULE.bazel": "72997b29dfd95c3fa0d0c48322d05590418edef451f8db8db5509c57875fb4b7", + "https://bcr.bazel.build/modules/bazel_skylib/1.9.0/source.json": "7ad77c1e8c1b84222d9b3f3cae016a76639435744c19330b0b37c0a3c9da7dc0", "https://bcr.bazel.build/modules/buildozer/8.5.1/MODULE.bazel": "a35d9561b3fc5b18797c330793e99e3b834a473d5fbd3d7d7634aafc9bdb6f8f", "https://bcr.bazel.build/modules/buildozer/8.5.1/source.json": "e3386e6ff4529f2442800dee47ad28d3e6487f36a1f75ae39ae56c70f0cd2fbd", "https://bcr.bazel.build/modules/fmt/12.1.0/MODULE.bazel": "c6b460c936f408b371bf12ccee5ecbd5aed8f6abfb6e8b63fad0c622715fd458", @@ -132,8 +133,8 @@ "https://bcr.bazel.build/modules/rules_cc/0.2.0/MODULE.bazel": "b5c17f90458caae90d2ccd114c81970062946f49f355610ed89bebf954f5783c", "https://bcr.bazel.build/modules/rules_cc/0.2.13/MODULE.bazel": "eecdd666eda6be16a8d9dc15e44b5c75133405e820f620a234acc4b1fdc5aa37", "https://bcr.bazel.build/modules/rules_cc/0.2.17/MODULE.bazel": "1849602c86cb60da8613d2de887f9566a6d354a6df6d7009f9d04a14402f9a84", - "https://bcr.bazel.build/modules/rules_cc/0.2.18/MODULE.bazel": "4460ec36adc8f722a6a2a4ac9374cb91f2acebadaa93fc37966129afb3dece87", - "https://bcr.bazel.build/modules/rules_cc/0.2.18/source.json": "abad668ff2fd63ada1ac49bf386d37e27048b89a3465a6fd968bb832b00a09d3", + "https://bcr.bazel.build/modules/rules_cc/0.2.19/MODULE.bazel": "d5e0f05b63273281a16654eb6b1a8742a75ec153ac8b4f0419949d6e401e46f0", + "https://bcr.bazel.build/modules/rules_cc/0.2.19/source.json": "1ef48cdbd7aa6238015189b582d3d74ef0cbea3cb3e2cb259d782463f570c14a", "https://bcr.bazel.build/modules/rules_cc/0.2.8/MODULE.bazel": "f1df20f0bf22c28192a794f29b501ee2018fa37a3862a1a2132ae2940a23a642", "https://bcr.bazel.build/modules/rules_foreign_cc/0.9.0/MODULE.bazel": "c9e8c682bf75b0e7c704166d79b599f93b72cfca5ad7477df596947891feeef6", "https://bcr.bazel.build/modules/rules_fuzzing/0.5.2/MODULE.bazel": "40c97d1144356f52905566c55811f13b299453a14ac7769dfba2ac38192337a8", diff --git a/mkdocs/requirements.txt b/mkdocs/requirements.txt index 9023891..8358b1d 100644 --- a/mkdocs/requirements.txt +++ b/mkdocs/requirements.txt @@ -2,9 +2,9 @@ markdown==3.10.2 mdx_truly_sane_lists==1.3 mkdocs-awesome-pages-plugin==2.10.1 mkdocs-exclude==1.0.2 -mkdocs-git-revision-date-localized-plugin==1.5.1 +mkdocs-git-revision-date-localized-plugin==1.5.3 mkdocs-material==9.7.6 mkdocs-open-in-new-tab==1.0.8 mkdocs==1.6.1 pygments==2.20.0 -pymdown-extensions==10.21.2 +pymdown-extensions==10.21.3