From e26e82e9e6df79a4ec52ebc6c64fa947809facec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:36:21 +0000 Subject: [PATCH] Update gdsfactory requirement from <7.17,>=7.16.0 to >=7.16.0,<7.25 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/v7.16.0...v7.24.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 17b8ccd..10176be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers = [ "Operating System :: OS Independent" ] dependencies = [ - "gdsfactory>=7.16.0,<7.17" + "gdsfactory>=7.16.0,<7.25" ] description = "GlobalFoundries 180nm MCU" keywords = ["python"]