Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/dependabot-changenote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions changes/220.misc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated the dependencies group with 2 updates.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down