From 9191eae795901a82e690481a335c11783058dc7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 07:48:10 +0000 Subject: [PATCH] Update siliconcompiler requirement in the python-packages group Updates the requirements on [siliconcompiler](https://github.com/siliconcompiler/siliconcompiler) to permit the latest version. Updates `siliconcompiler` to 0.38.0 - [Release notes](https://github.com/siliconcompiler/siliconcompiler/releases) - [Changelog](https://github.com/siliconcompiler/siliconcompiler/blob/main/Changes) - [Commits](https://github.com/siliconcompiler/siliconcompiler/compare/v0.37.2...v0.38.0) --- updated-dependencies: - dependency-name: siliconcompiler dependency-version: 0.38.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 7c13a3f..f8a735c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ requires-python = ">= 3.10" dependencies = [ # Use ~= to allow users to pull in bug fixes and compatible future releases (>= current, < next minor) "logiklib ~= 0.3.0", - "siliconcompiler ~= 0.37.2" + "siliconcompiler >= 0.37.2,< 0.39.0" ] license = "Apache-2.0"