From 83e5634dc3ce54f6cb20d652371c54bdbec10705 Mon Sep 17 00:00:00 2001 From: Cadair <1391051+Cadair@users.noreply.github.com> Date: Sun, 9 Aug 2026 08:34:01 +0000 Subject: [PATCH 1/2] Run cruft update from package template --- .cruft.json | 4 ++-- .github/dependabot.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cruft.json b/.cruft.json index ab699e71..fd05658e 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "35179454100c2f83118c49ac4a4a15e3c670365e", + "commit": "77f399bf46b6da8d5bf84a2bef4d1c33bb663c30", "checkout": null, "context": { "cookiecutter": { @@ -33,7 +33,7 @@ ".github/workflows/sub_package_update.yml" ], "_template": "https://github.com/sunpy/package-template", - "_commit": "35179454100c2f83118c49ac4a4a15e3c670365e" + "_commit": "77f399bf46b6da8d5bf84a2bef4d1c33bb663c30" } }, "directory": null diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e8eb01ec..b66a0740 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: schedule: interval: "monthly" cooldown: - default-days: 7 + default-days: 14 # Most updates should be from the package template groups: actions: patterns: From 1bf86b5ddd13052b9f41dad65f79cbc69553d660 Mon Sep 17 00:00:00 2001 From: SunPyBot Date: Sun, 9 Aug 2026 08:51:27 +0000 Subject: [PATCH 2/2] Run cruft update from package template --- .cruft.json | 4 ++-- .github/workflows/ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.cruft.json b/.cruft.json index fd05658e..cc2a3820 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "77f399bf46b6da8d5bf84a2bef4d1c33bb663c30", + "commit": "fce102b07567ef9fd7f808a87b2bd39f6579ecb0", "checkout": null, "context": { "cookiecutter": { @@ -33,7 +33,7 @@ ".github/workflows/sub_package_update.yml" ], "_template": "https://github.com/sunpy/package-template", - "_commit": "77f399bf46b6da8d5bf84a2bef4d1c33bb663c30" + "_commit": "fce102b07567ef9fd7f808a87b2bd39f6579ecb0" } }, "directory": null diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 644f95e4..1d3d813b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: '3.13' - run: python -m pip install -U --user build @@ -139,4 +139,4 @@ jobs: - run: ls -lha dist/ - name: Run upload - uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2