From 259455ff6c9dfbad155adc85fa9dd50c7b7795a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 31 Jul 2026 04:07:25 +0000 Subject: [PATCH 1/2] chore: update dev tool versions from PyPI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Auto-generated by maint-auto-update-pypi-versions workflow. Checking versions in .github/workflows/autofix-versions.env... Checking black... 26.5.1 -> 26.5.1 [OK] Checking ruff... 0.16.0 -> 0.16.1 [OUTDATED] Checking isort... 8.0.1 -> 8.0.1 [OK] Checking docformatter... 1.7.8 -> 1.7.8 [OK] Checking mypy... 2.3.0 -> 2.3.0 [OK] Checking pytest... 9.1.1 -> 9.1.1 [OK] Checking pytest-cov... 7.1.0 -> 7.1.0 [OK] Checking pytest-xdist... 3.8.0 -> 3.8.0 [OK] Checking coverage... 7.15.2 -> 7.15.2 [OK] ⚠️ Found 1 outdated version(s): ruff: 0.16.0 -> 0.16.1 ✅ Updated 1 version(s) in .github/workflows/autofix-versions.env --- .github/workflows/autofix-versions.env | 2 +- pyproject.toml | 2 +- requirements.lock | 2 +- templates/consumer-repo/.github/workflows/autofix-versions.env | 2 +- .../integration-repo/.github/workflows/autofix-versions.env | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/autofix-versions.env b/.github/workflows/autofix-versions.env index 0237e7a54..b4a8923e2 100644 --- a/.github/workflows/autofix-versions.env +++ b/.github/workflows/autofix-versions.env @@ -5,7 +5,7 @@ # Runtime dependencies (PyYAML, Pydantic, Hypothesis) should be managed via Dependabot # in each consumer repo's pyproject.toml directly, NOT synced from this file. BLACK_VERSION=26.5.1 -RUFF_VERSION=0.16.0 +RUFF_VERSION=0.16.1 ISORT_VERSION=8.0.1 DOCFORMATTER_VERSION=1.7.8 MYPY_VERSION=2.3.0 diff --git a/pyproject.toml b/pyproject.toml index 742cdfd57..21a6263fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ app = [] dev = [ "pre-commit==4.6.1", "black==26.5.1", - "ruff==0.16.0", + "ruff==0.16.1", "isort==8.0.1", "docformatter==1.7.8", "mypy==2.3.0", diff --git a/requirements.lock b/requirements.lock index 38af81476..7eca87c07 100644 --- a/requirements.lock +++ b/requirements.lock @@ -298,7 +298,7 @@ rpds-py==2026.6.3 # via # jsonschema # referencing -ruff==0.16.0 +ruff==0.16.1 # via workflows (pyproject.toml) six==1.17.0 # via python-dateutil diff --git a/templates/consumer-repo/.github/workflows/autofix-versions.env b/templates/consumer-repo/.github/workflows/autofix-versions.env index 2c5a3cce4..b4a8923e2 100644 --- a/templates/consumer-repo/.github/workflows/autofix-versions.env +++ b/templates/consumer-repo/.github/workflows/autofix-versions.env @@ -5,7 +5,7 @@ # Runtime dependencies (PyYAML, Pydantic, Hypothesis) should be managed via Dependabot # in each consumer repo's pyproject.toml directly, NOT synced from this file. BLACK_VERSION=26.5.1 -RUFF_VERSION=0.15.22 +RUFF_VERSION=0.16.1 ISORT_VERSION=8.0.1 DOCFORMATTER_VERSION=1.7.8 MYPY_VERSION=2.3.0 diff --git a/templates/integration-repo/.github/workflows/autofix-versions.env b/templates/integration-repo/.github/workflows/autofix-versions.env index 0237e7a54..b4a8923e2 100644 --- a/templates/integration-repo/.github/workflows/autofix-versions.env +++ b/templates/integration-repo/.github/workflows/autofix-versions.env @@ -5,7 +5,7 @@ # Runtime dependencies (PyYAML, Pydantic, Hypothesis) should be managed via Dependabot # in each consumer repo's pyproject.toml directly, NOT synced from this file. BLACK_VERSION=26.5.1 -RUFF_VERSION=0.16.0 +RUFF_VERSION=0.16.1 ISORT_VERSION=8.0.1 DOCFORMATTER_VERSION=1.7.8 MYPY_VERSION=2.3.0 From c604cc7948b3a181dd3a22f5ed9c5d10b69d6a00 Mon Sep 17 00:00:00 2001 From: Tim Stranske Date: Fri, 31 Jul 2026 10:54:47 -0500 Subject: [PATCH 2/2] ci: trigger verification for canonical Ruff pins