From 3b219595e151204b9c08f2c81043f0e13c47fbf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 04:43:25 +0000 Subject: [PATCH] Update egglog requirement from >=13.1.0 to >=13.2.0 Updates the requirements on [egglog](https://github.com/egraphs-good/egglog) to permit the latest version. - [Changelog](https://github.com/egraphs-good/egglog/blob/main/CHANGELOG.md) - [Commits](https://github.com/egraphs-good/egglog/commits) --- updated-dependencies: - dependency-name: egglog dependency-version: 13.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56d91fa..bf10c6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "mlir-egglog" version = "0.1.0" requires-python = ">=3.12" dependencies = [ - "egglog>=13.1.0", + "egglog>=13.2.0", "llvmlite>=0.47.0", "numpy>=2.4.6", "pyyaml>=6.0.3",