From 7449a05506d4e1fa88c7b1411fc2aac5c0208696 Mon Sep 17 00:00:00 2001 From: emil Date: Mon, 6 Jul 2026 06:37:28 +0000 Subject: [PATCH] GRM-138: chore: bump devx to 0.33.4 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f39268f..fc21dc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ ci = [ "build==1.5.0", "twine==6.2.0", # Reusable CI/CD and dev tools (auto-merge, pr-review, pre-push checks, etc.) - "devx==0.33.3", + "devx==0.33.4", ] # Lint and type-checking tools (quality job) lint = [ @@ -54,7 +54,7 @@ molecule = [ dev = [ "grm[ci,lint,molecule]", # Reusable CI/CD and dev tools (pre-push hooks, create-task, create-pr) - "devx==0.33.3", + "devx==0.33.4", # Non-Python dev dependency: checkmake (Makefile linter) # Install via: go install github.com/checkmake/checkmake/cmd/checkmake@latest ]