From 7302d7c0700865121fc70e65c1f01764aa153c54 Mon Sep 17 00:00:00 2001 From: "python-templates-copier-update[bot]" Date: Tue, 1 Sep 2026 16:38:28 +0000 Subject: [PATCH 1/3] Update from Copier (2026-09-01T16-38-23Z) Signed-off-by: python-templates-copier-update[bot] --- .copier-answers.yaml | 2 +- .github/dependabot.yaml | 8 ++++++++ .github/workflows/build.yaml | 12 ++++++++++++ .github/workflows/docs.yaml | 4 ++++ 4 files changed, 25 insertions(+), 1 deletion(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index a42b692..be9bdba 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 2f83523 +_commit: dcfbd4b _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: python diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 0961ae8..8fb3966 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" diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 40d7095..ef21060 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -34,7 +34,11 @@ 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: "3.11" @@ -74,12 +78,20 @@ jobs: run: make dist - name: Test wheel +<<<<<<< before updating uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 +======= + uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7 +>>>>>>> after updating with: module: hatch_multi - name: Test source distribution +<<<<<<< before updating uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 +======= + uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7 +>>>>>>> after updating with: module: hatch_multi diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 89b9cf8..488182b 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 80b68b9ba754bd6a61a7e5bb8269f1d000cf2792 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 1 Sep 2026 12:46:16 -0400 Subject: [PATCH 2/3] Update build.yaml --- .github/workflows/build.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ef21060..4078184 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -34,11 +34,7 @@ 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: "3.11" @@ -78,20 +74,12 @@ jobs: run: make dist - name: Test wheel -<<<<<<< before updating - uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 -======= uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7 ->>>>>>> after updating with: module: hatch_multi - name: Test source distribution -<<<<<<< before updating - uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 -======= uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7 ->>>>>>> after updating with: module: hatch_multi From d67ec637462a70712228b4f5677d5c7414a5e5e1 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 1 Sep 2026 12:46:21 -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 488182b..29c6906 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