From 75a8609981cd1ab9189957b759109dfb8d3864f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 01:34:17 +0000 Subject: [PATCH] chore(deps-dev): update deepeval requirement in /skill Updates the requirements on [deepeval](https://github.com/confident-ai/deepeval) to permit the latest version. - [Release notes](https://github.com/confident-ai/deepeval/releases) - [Commits](https://github.com/confident-ai/deepeval/compare/v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: deepeval dependency-version: 4.1.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- skill/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skill/pyproject.toml b/skill/pyproject.toml index 952c5a8..bd64f53 100644 --- a/skill/pyproject.toml +++ b/skill/pyproject.toml @@ -16,7 +16,7 @@ test = [ # Eval harness — install separately: uv sync --extra eval eval = [ "anthropic>=0.116.0", - "deepeval>=4.1.1", + "deepeval>=4.1.2", "python-dotenv>=1.2.2", ] lint = [