From 5d46fb1d6d42383075875b038fd55393366c0c2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 20:47:04 +0000 Subject: [PATCH] Update gdsfactory requirement from ~=8.15.0 to >=8.15,<8.18 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.15.0...v8.17.0) --- 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 565ef1e..c5b54e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Operating System :: OS Independent" ] dependencies = [ - "gdsfactory~=8.15.0", + "gdsfactory>=8.15,<8.18", "gplugins[sax]>=1,<2" ] description = "CornerStone PDK"