From 51216a2ca745a0d89fe84c8999d26e8d7e4448bc Mon Sep 17 00:00:00 2001 From: mshafer-NI <23644905+mshafer-NI@users.noreply.github.com> Date: Mon, 11 May 2026 11:52:12 -0500 Subject: [PATCH 1/2] Bring black pin forward from 0.4.x Pin black version to ensure consistent formatting across Python 3.9-3.14. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00d5036..4150bc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pycodestyle = [ {version = "^2.9", python = ">=3.8,<3.12"}, {version = "^2.11", python = "^3.12"}, ] -black = ">=23.1" +black = ">=23.1,<26.0" # 26.0 introduces formatting changes, but drops support for Python < 3.10, so pin to version that has consistent formatting across 3.9-3.14 better-diff = "^0.1.3" # Additional support libraries From 4df1188a6791ee9239ba264b98384a267a1b019e Mon Sep 17 00:00:00 2001 From: mshafer-NI <23644905+mshafer-NI@users.noreply.github.com> Date: Mon, 11 May 2026 12:07:12 -0500 Subject: [PATCH 2/2] update lock file --- poetry.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 73cc6de..cfe8749 100644 --- a/poetry.lock +++ b/poetry.lock @@ -657,4 +657,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "64cb3e880c75fddee5c07dccd497490b9301f551c498bcf2a4a15963ce7ce9bd" +content-hash = "7b22b0ed66957b9de172675b36eda4bdce1864dd22917e6d860c1f5c7a2f1bf4"