From 41accefbe7e504075eb283d3a05125860511d058 Mon Sep 17 00:00:00 2001 From: Ashley Redzko Date: Mon, 23 Mar 2026 17:02:40 -0400 Subject: [PATCH] OJ-52797 OJ-52849 Jira user search rework, GitLab user branch commit matching --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 89cc06da..b65a2f86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "python-dotenv>=1.0.0", "structlog>=24.4.0", "colorama>=0.4.6", - "jf-ingest==0.0.275", + "jf-ingest==0.0.277", ] requires-python = ">=3.12,<3.13" readme = "README.md"