From 9b2316f10ea1e320b4345b66e612286660618b9f Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 13 Jan 2026 10:02:56 -0300 Subject: [PATCH 1/4] update --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33f58c7..4f1e33e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-ast - id: debug-statements @@ -20,18 +20,18 @@ repos: - --ignore-words-list=nin,preformed,wih, - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.6.0 + rev: v2.11.1 hooks: - id: pyproject-fmt - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.12.7 + rev: v0.14.11 hooks: - id: ruff - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.11.0 + rev: v1.20.0 hooks: - id: zizmor From 2dd15c8a51aea90b3e83cdc632880b0620295268 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 13 Jan 2026 10:03:05 -0300 Subject: [PATCH 2/4] fix lints --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 74f321c..93dd545 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Scientific/Engineering", ] dynamic = [ From 7470b332a02a36ab421c500cb9b2b657fe2f55f6 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 13 Jan 2026 10:03:12 -0300 Subject: [PATCH 3/4] add a cooldown period --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 204a481..6c93c11 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,4 +12,6 @@ updates: groups: github-actions: patterns: - - '*' \ No newline at end of file + - '*' + cooldown: + default-days: 7 From 0bd743323bb51210287ee6ab82376e9f7195f270 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 13 Jan 2026 10:03:16 -0300 Subject: [PATCH 4/4] remove deprecated macos runners --- .github/workflows/cibuildwheel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 2b95881..95d2064 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -22,9 +22,9 @@ jobs: arch: aarch64 - os: windows-2022 arch: AMD64 - - os: macos-14 + - os: macos-15 arch: arm64 - - os: macos-13 + - os: macos-15-intel arch: x86_64 steps: