From 2ad51b09f908b17715680c0005538e10d2b8d25b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:53:59 +0000 Subject: [PATCH] :arrow_up: Bump hydra-core from 1.3.2 to 1.3.3 Bumps [hydra-core](https://github.com/facebookresearch/hydra) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/facebookresearch/hydra/releases) - [Changelog](https://github.com/facebookresearch/hydra/blob/v1.3.3/NEWS.md) - [Commits](https://github.com/facebookresearch/hydra/compare/v1.3.2...v1.3.3) --- updated-dependencies: - dependency-name: hydra-core dependency-version: 1.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 44b8f5c..03c87ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "clang==21.1.7", "dspy==3.1.2", "kiss-agent-framework==2026.5.22", - "hydra-core==1.3.2", + "hydra-core==1.3.3", "networkx==3.6.1", "tomlkit>=0.14.0", "tree-sitter==0.25.2",