From 9b3a1a43d206cd2b5dc6784dc3ed97462ce82d28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:13:01 +0000 Subject: [PATCH] Update gdsfactory requirement from ~=8.15.0 to >=8.15,<8.17 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.16.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..e1f0427 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.17", "gplugins[sax]>=1,<2" ] description = "CornerStone PDK"