From afb165e56356f86dabd50de7681d9728c269c54b Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Wed, 24 Jun 2026 15:35:04 -0700 Subject: [PATCH] chore(deps): pin pytest and ruff to exact versions pytest and ruff were unpinned in requirements.txt, so CI resolved the latest release at run time. Pin both to exact == versions for reproducible lint/format runs; Dependabot drives future bumps. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 79dd861..2b689c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ slack-bolt==1.28.0 -pytest -ruff +pytest==9.1.1 +ruff==0.15.19 slack-cli-hooks==0.3.0 openai==2.40.0 anthropic==0.105.2