From e6eb38f06ae796ea18831f9f1516664e1883bbf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 15:15:33 +0000 Subject: [PATCH 1/3] chore: update ruff requirement in /{{cookiecutter.repo_name}} Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.4...0.16.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- {{cookiecutter.repo_name}}/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.repo_name}}/pyproject.toml b/{{cookiecutter.repo_name}}/pyproject.toml index c37e623..bb19038 100644 --- a/{{cookiecutter.repo_name}}/pyproject.toml +++ b/{{cookiecutter.repo_name}}/pyproject.toml @@ -12,7 +12,7 @@ dev = [ "pre-commit~=4.0", "pyright==1.1.411", "pytest~=9.0", - "ruff~=0.15.4", + "ruff>=0.15.4,<0.17.0", "twine~=6.1", ] From 807e35028db24fdf2d6383ea0b9cfe2c00460669 Mon Sep 17 00:00:00 2001 From: snapshots Date: Sat, 1 Aug 2026 15:15:56 +0000 Subject: [PATCH 2/3] chore: update snapshots --- snapshots/default/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapshots/default/pyproject.toml b/snapshots/default/pyproject.toml index 8bcb0f2..eec40c0 100644 --- a/snapshots/default/pyproject.toml +++ b/snapshots/default/pyproject.toml @@ -12,7 +12,7 @@ dev = [ "pre-commit~=4.0", "pyright==1.1.411", "pytest~=9.0", - "ruff~=0.15.4", + "ruff>=0.15.4,<0.17.0", "twine~=6.1", ] From e43553d402b3496fed2dcc6151f71f98e52452aa Mon Sep 17 00:00:00 2001 From: Oliver Mannion <125105+tekumara@users.noreply.github.com> Date: Sat, 15 Aug 2026 18:09:59 +1000 Subject: [PATCH 3/3] chore: remove debug-only branch name check from CI --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5392e0c..bcd6d54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,13 +32,6 @@ jobs: if git commit -m "chore: update snapshots"; then git push fi - - name: Check branch name - run: | - BRANCH_NAME="${{ github.head_ref }}" - if [[ "$BRANCH_NAME" == *"dependabot"* ]]; then - echo "Fail to allow debugging" - exit 1 - fi - name: Start sshx session on failed manual run or retry if: ${{ failure() && (github.event_name == 'workflow_dispatch' || github.run_attempt > 1) }} run: curl -sSf https://sshx.io/get | sh && sshx