From 508462e2ea9471af1f8a98bdf77cd84e09879583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 22:35:03 +0000 Subject: [PATCH] Update lambdalib requirement in the python-packages group Updates the requirements on [lambdalib](https://github.com/siliconcompiler/lambdalib) to permit the latest version. Updates `lambdalib` to 0.10.0 - [Release notes](https://github.com/siliconcompiler/lambdalib/releases) - [Commits](https://github.com/siliconcompiler/lambdalib/compare/v0.4.0...v0.10.0) --- updated-dependencies: - dependency-name: lambdalib dependency-version: 0.10.0 dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 946dcfdb..4572491a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ requires-python = ">= 3.9" license = {file = "LICENSE"} dependencies = [ "siliconcompiler >= 0.35.0", - "lambdalib >= 0.4.0, < 0.10.0" + "lambdalib >= 0.4.0, < 0.11.0" ] dynamic = ["version"]