From 20b57c4880532a7eb1efbdec4fb78bcd348036c9 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sun, 7 Dec 2025 14:36:34 +0000 Subject: [PATCH] Update cookiecutter --- lint_requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lint_requirements.txt b/lint_requirements.txt index 2b7da09..c88a414 100644 --- a/lint_requirements.txt +++ b/lint_requirements.txt @@ -1,9 +1,9 @@ # Lint requirements black==25.11.0 flake8==7.3.0 -flake8-pyproject==1.2.3 +flake8-pyproject==1.2.4 isort==7.0.0 -mypy==1.18.2 +mypy==1.19.0 shellcheck-py==0.11.0.1 # Type annotation stubs