From 863683270dc6d2a31ea78b98f8653fcc049650d1 Mon Sep 17 00:00:00 2001 From: Cadair <1391051+Cadair@users.noreply.github.com> Date: Mon, 6 Jul 2026 08:30:33 +0000 Subject: [PATCH] Automatic package template update --- .cruft.json | 4 ++-- .readthedocs.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cruft.json b/.cruft.json index 598ae40..0e932b4 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "0c0f34c2ccd536ba8320fcda29c4d8e0f8f9adc5", + "commit": "fb26c9794c872939b7e72bc7f30b943628384a8e", "checkout": null, "context": { "cookiecutter": { @@ -33,7 +33,7 @@ ".github/workflows/sub_package_update.yml" ], "_template": "https://github.com/sunpy/package-template", - "_commit": "0c0f34c2ccd536ba8320fcda29c4d8e0f8f9adc5" + "_commit": "fb26c9794c872939b7e72bc7f30b943628384a8e" } }, "directory": null diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4ea3374..4bb8346 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-lts-latest tools: - python: "mambaforge-latest" + python: "miniforge3-latest" jobs: post_checkout: - git fetch --unshallow || true