From b64b1ec3074d40730fb2f2311bb9eb57aa7f5a67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 03:40:24 +0000 Subject: [PATCH 1/3] Bump setuptools from 83.0.0 to 84.0.0 in the dependencies group Bumps the dependencies group with 1 update: [setuptools](https://github.com/pypa/setuptools). Updates `setuptools` from 83.0.0 to 84.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v83.0.0...v84.0.0) Bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit), [https://github.com/rvben/rumdl-pre-commit](https://github.com/rvben/rumdl-pre-commit) and [https://github.com/zizmorcore/zizmor-pre-commit](https://github.com/zizmorcore/zizmor-pre-commit). Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.16.1 to 0.16.2 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.1...v0.16.2) Updates `https://github.com/rvben/rumdl-pre-commit` from v0.2.20 to 0.2.52 - [Release notes](https://github.com/rvben/rumdl-pre-commit/releases) - [Commits](https://github.com/rvben/rumdl-pre-commit/compare/v0.2.20...v0.2.52) Updates `https://github.com/zizmorcore/zizmor-pre-commit` from v1.27.0 to 1.29.0 - [Release notes](https://github.com/zizmorcore/zizmor-pre-commit/releases) - [Commits](https://github.com/zizmorcore/zizmor-pre-commit/compare/v1.27.0...v1.29.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 84.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.16.2 dependency-type: direct:production dependency-group: dependencies - dependency-name: https://github.com/rvben/rumdl-pre-commit dependency-version: 0.2.52 dependency-type: direct:production dependency-group: dependencies - dependency-name: https://github.com/zizmorcore/zizmor-pre-commit dependency-version: 1.29.0 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 06fa86e5..c67bad49 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,16 +10,16 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.1 + rev: v0.16.2 hooks: - id: ruff-format - id: ruff-check args: [ --fix ] - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.2.20 + rev: v0.2.52 hooks: - id: rumdl - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.27.0 + rev: v1.29.0 hooks: - id: zizmor diff --git a/pyproject.toml b/pyproject.toml index 9d6d2d0f..a612fea6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools==83.0.0", + "setuptools==84.0.0", "setuptools_scm==10.2.1", ] build-backend = "setuptools.build_meta" From a35492a6b1e2f0bde64abb740b09e15d9674ba7c Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 17 Aug 2026 13:12:36 +0800 Subject: [PATCH 2/3] Correct permissions for dependabot changenotes. --- .github/workflows/dependabot-changenote.yml | 8 ++++++-- .gitignore | 17 +++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot-changenote.yml b/.github/workflows/dependabot-changenote.yml index 8aca64bd..81943365 100644 --- a/.github/workflows/dependabot-changenote.yml +++ b/.github/workflows/dependabot-changenote.yml @@ -5,11 +5,15 @@ on: branches: - 'dependabot/**' +permissions: + contents: read + pull-requests: write + jobs: changenote: name: Dependabot Change Note - permissions: - contents: read uses: beeware/.github/.github/workflows/dependabot-changenote.yml@main secrets: BRUTUS_PAT_TOKEN: ${{ secrets.BRUTUS_PAT_TOKEN }} + with: + changenote-format: "md" diff --git a/.gitignore b/.gitignore index 95aebbe0..1a3b3914 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,20 @@ venv *.orig pip-wheel-metadata .ruff_cache + +# AI tooling +.opencode/ +.specify/scripts +.specify/templates +.specify/extensions.yml +.specify/extensions +.specify/feature.json +.specify/init-options.json +.specify/integration.json +.specify/integrations +.specify/workflows +.specify/workflow.yml +/specs/ +/docs/superpowers/ +/.superpowers/ +/.worktrees/ From ea47320db7541c5ffe22f5e9cb5f6e9294d7703f Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 17 Aug 2026 13:13:30 +0800 Subject: [PATCH 3/3] Manually add changenote. --- changes/220.misc.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/220.misc.md diff --git a/changes/220.misc.md b/changes/220.misc.md new file mode 100644 index 00000000..6c4c99c7 --- /dev/null +++ b/changes/220.misc.md @@ -0,0 +1 @@ +Updated the dependencies group with 2 updates.