From 858daaa7f3d160f9a6763dfec4d58a720f83e951 Mon Sep 17 00:00:00 2001 From: "python-templates-copier-update[bot]" Date: Tue, 1 Sep 2026 16:37:34 +0000 Subject: [PATCH 1/3] Update from Copier (2026-09-01T16-37-30Z) Signed-off-by: python-templates-copier-update[bot] --- .copier-answers.yaml | 2 +- .github/dependabot.yaml | 13 ++++++++++++- .github/workflows/build.yaml | 16 ++++++++++++++++ .github/workflows/docs.yaml | 4 ++++ 4 files changed, 33 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 3f792e8..fd48157 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 195919b +_commit: dcfbd4b _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: rust diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 72a29ae..ac07c08 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,6 +4,10 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + github-actions: + patterns: + - "*" labels: - "part: github_actions" @@ -13,6 +17,10 @@ updates: interval: "monthly" cooldown: default-days: 7 + groups: + python: + patterns: + - "*" labels: - "lang: python" - "part: dependencies" @@ -23,7 +31,10 @@ updates: interval: "monthly" cooldown: default-days: 7 + groups: + rust: + patterns: + - "*" labels: - "lang: rust" - "part: dependencies" - diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index bcc7119..8694e44 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -65,12 +65,20 @@ jobs: persist-credentials: false - name: Setup Python +<<<<<<< before updating uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 +======= + uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7 +>>>>>>> after updating with: version: ${{ matrix.python }} - name: Setup Rust +<<<<<<< before updating uses: actions-ext/rust/setup@3de300f3071e758a1dd8545b884288a35e5d7f81 +======= + uses: actions-ext/rust/setup@0f0b7c9ab3cdb6e9a1f79e2147974d6762ddafea +>>>>>>> after updating - name: Install dependencies run: make develop @@ -155,13 +163,21 @@ jobs: if: matrix.target == 'native' && runner.os != 'Linux' - name: Test wheel +<<<<<<< before updating uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 +======= + uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7 +>>>>>>> after updating with: module: python_template_rust if: matrix.target == 'native' && runner.os == 'Linux' - name: Test source distribution +<<<<<<< before updating uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 +======= + uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7 +>>>>>>> after updating with: module: python_template_rust if: matrix.name == 'ubuntu-latest' diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index f603a3b..6ba00bc 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -22,7 +22,11 @@ jobs: persist-credentials: false - name: Setup Python +<<<<<<< before updating uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 +======= + uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7 +>>>>>>> after updating - name: Download distributions uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 From 8aedbcd5bdac7a5da7c5b61a9eb52d11330debe7 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 1 Sep 2026 12:39:45 -0400 Subject: [PATCH 2/3] Update Python and Rust setup actions in build.yaml --- .github/workflows/build.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8694e44..8e04362 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -65,20 +65,12 @@ jobs: persist-credentials: false - name: Setup Python -<<<<<<< before updating - uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 -======= uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7 ->>>>>>> after updating with: version: ${{ matrix.python }} - name: Setup Rust -<<<<<<< before updating - uses: actions-ext/rust/setup@3de300f3071e758a1dd8545b884288a35e5d7f81 -======= uses: actions-ext/rust/setup@0f0b7c9ab3cdb6e9a1f79e2147974d6762ddafea ->>>>>>> after updating - name: Install dependencies run: make develop @@ -163,21 +155,13 @@ jobs: if: matrix.target == 'native' && runner.os != 'Linux' - name: Test wheel -<<<<<<< before updating - uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 -======= uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7 ->>>>>>> after updating with: module: python_template_rust if: matrix.target == 'native' && runner.os == 'Linux' - name: Test source distribution -<<<<<<< before updating - uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 -======= uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7 ->>>>>>> after updating with: module: python_template_rust if: matrix.name == 'ubuntu-latest' From 38c6aaca67b81c6d08918f17c5f9d144a8e61844 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 1 Sep 2026 12:40:01 -0400 Subject: [PATCH 3/3] Update Python setup action version in workflow --- .github/workflows/docs.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 6ba00bc..5fc5ed9 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -22,11 +22,7 @@ jobs: persist-credentials: false - name: Setup Python -<<<<<<< before updating - uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 -======= uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7 ->>>>>>> after updating - name: Download distributions uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8