From 764d5c18368002511fe2e7f85895268311843fe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 07:24:27 +0000 Subject: [PATCH] Update gdsfactory requirement from ~=8.5.2 to >=8.5.2,<8.7.0 Updates the requirements on [gdsfactory](https://github.com/gdsfactory/gdsfactory) to permit the latest version. - [Release notes](https://github.com/gdsfactory/gdsfactory/releases) - [Changelog](https://github.com/gdsfactory/gdsfactory/blob/main/CHANGELOG.md) - [Commits](https://github.com/gdsfactory/gdsfactory/compare/v8.5.2...v8.6.3) --- updated-dependencies: - dependency-name: gdsfactory 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 a1ead4e13..114a14b4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ "Operating System :: OS Independent" ] dependencies = [ - "gdsfactory~=8.5.2", + "gdsfactory>=8.5.2,<8.7.0", "PySpice" ] description = "skywater130 pdk"