From 21a727b61ba19111a4e7b2bca0f30584f8c6e856 Mon Sep 17 00:00:00 2001 From: "Ian C." <108159253+ic-dev21@users.noreply.github.com> Date: Sat, 31 Jan 2026 08:04:28 -0500 Subject: [PATCH] Update black version constraint in constraints.txt --- .github/workflows/constraints.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 796dbf1..dd8c1c6 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,5 +1,5 @@ -pip==25.3 -black==26.1.0 +black>=25.1.0 pre-commit>=4.0.0 +pip>=25.3 flake8==7.3.0 reorder-python-imports==3.16.0