From 2a664b40fb9d24008101be42f677d982a3de30d1 Mon Sep 17 00:00:00 2001 From: "Ian C." <108159253+ic-dev21@users.noreply.github.com> Date: Sun, 23 Nov 2025 11:59:57 -0500 Subject: [PATCH] Fix constraints for pre-commit --- .github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index ce50ab1..f383ca7 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,5 +1,5 @@ pip==25.3 black==25.11.0 -pre-commit==4.4.0 +pre-commit>=4.0.0 flake8==7.3.0 reorder-python-imports==3.16.0