From f30662628a6979095301aed12ab30a026f6d1d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:46:07 +0000 Subject: [PATCH] Update gdsfactory requirement from <7.17,>=7.16.0 to >=7.16.0,<7.26 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.25.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..3bfa010 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.26" ] description = "GlobalFoundries 180nm MCU" keywords = ["python"]